public class

MarkerOptions

extends Object
java.lang.Object
   ↳ com.steerpath.sdk.maps.MarkerOptions

Class Overview

MarkerOptions is a specification how to create a Marker-object.

Summary

Nested Classes
class MarkerOptions.Builder In this case, classic Builder works better that Fluent API. 
Public Methods
static MarkerOptions from(MetaFeature feature)
Creates new MarkerOptions from MetaFeature.
static List<MarkerOptions> from(List<MetaFeature> features)
Creates list of MarkerOptions from list of MetaFeatures.
String getBuildingRef()
int getDrawableRes()
Bundle getExtras()
int getFloorIndex()
String getId()
String getImageName()
double getLatitude()
String getLocalRef()
double getLongitude()
String getSourceId()
String getTitle()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static MarkerOptions from (MetaFeature feature)

Creates new MarkerOptions from MetaFeature.

public static List<MarkerOptions> from (List<MetaFeature> features)

Creates list of MarkerOptions from list of MetaFeatures.

public String getBuildingRef ()

public int getDrawableRes ()

public Bundle getExtras ()

public int getFloorIndex ()

public String getId ()

public String getImageName ()

public double getLatitude ()

public String getLocalRef ()

public double getLongitude ()

public String getSourceId ()

public String getTitle ()

public String toString ()