java.lang.Object | |
↳ | com.sap.cloud.mobile.fiori.maps.edit.AbstractAnnotationMarker<T> |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected static int | MAX_SEQUENCE | ||||||||||
protected String | mAddress | ||||||||||
protected boolean | mIsSelected | ||||||||||
protected String | mName | ||||||||||
protected int | mSequence |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractAnnotationMarker() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddress() | ||||||||||
String | getName() | ||||||||||
int |
getSequence()
Returns the sequence number that's used to distinguish markers at the same position.
| ||||||||||
boolean |
isSelected()
Returns the selected state of the marker
| ||||||||||
void |
setAddress(String address)
The address for this marker position.
| ||||||||||
void |
setName(String name)
Sets the name/feature of this marker position.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the sequence number that's used to distinguish markers at the same position.
Returns the selected state of the marker
The address for this marker position. Assigned from geocoder API if there is an address for the position.
address | The address for this position. |
---|
Sets the name/feature of this marker position. e.g. "Golden Gate Bridge"
name | the name of the position |
---|