| java.lang.Object | |
| ↳ | com.steerpath.sdk.maps.MarkerOptions |
MarkerOptions is a specification how to create a Marker-object.
| 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
| |||||||||||
Creates list of MarkerOptions from list of MetaFeatures.