-
- All Implemented Interfaces:
public class PTRMapViewMarker extends Feature
-
-
Field Summary
Fields Modifier and Type Field Description private Double
latitude
private Double
longitude
private Level
level
private String
identifier
private String
text
private Boolean
shouldAllowOverlap
private String
id
private final String
eid
private final String
typeCode
private final Geometry
geometry
private final Location
location
-
Method Summary
Modifier and Type Method Description final Double
getLatitude()
final Unit
setLatitude(Double latitude)
final Double
getLongitude()
final Unit
setLongitude(Double longitude)
final Level
getLevel()
final Unit
setLevel(Level level)
final String
getIdentifier()
final Unit
setIdentifier(String identifier)
String
getText()
Unit
setText(String text)
final Boolean
getShouldAllowOverlap()
final Unit
setShouldAllowOverlap(Boolean shouldAllowOverlap)
final String
getId()
final Unit
setId(String id)
final String
getEid()
eid
property of Feature returned from POI API.final String
getTypeCode()
final Geometry
getGeometry()
final Location
getLocation()
Boolean
equals(Object other)
Integer
hashCode()
-
-
Method Detail
-
getLatitude
final Double getLatitude()
-
setLatitude
final Unit setLatitude(Double latitude)
-
getLongitude
final Double getLongitude()
-
setLongitude
final Unit setLongitude(Double longitude)
-
getIdentifier
final String getIdentifier()
-
setIdentifier
final Unit setIdentifier(String identifier)
-
getShouldAllowOverlap
final Boolean getShouldAllowOverlap()
-
setShouldAllowOverlap
final Unit setShouldAllowOverlap(Boolean shouldAllowOverlap)
-
getId
final String getId()
String GUID value representing internal identifier. Corresponds to
fid
property of Feature returned from POI API
-
getEid
final String getEid()
eid
property of Feature returned from POI API. Represents the external identifier.
-
getTypeCode
final String getTypeCode()
-
getGeometry
final Geometry getGeometry()
-
getLocation
final Location getLocation()
-
-
-
-