-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Poi extends PTRMapViewMarker implements Parcelable
Object representing point of interests. note: All string fields are trimmed by default
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Poi.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
name
private String
text
private final String
description
private final List<String>
keywords
private final Map<String, String>
extraData
private final String
searchType
private final String
imageUrl
private final String
iconUrl
private Double
latitude
private Double
longitude
private Level
level
private String
identifier
private Boolean
shouldAllowOverlap
private String
id
private final String
eid
private final String
typeCode
private final Geometry
geometry
private final Location
location
-
Method Summary
-
-
Constructor Detail
-
Poi
Poi(Parcel parcel)
-
-
Method Detail
-
getDescription
final String getDescription()
-
getKeywords
final List<String> getKeywords()
-
getExtraData
final Map<String, String> getExtraData()
-
getSearchType
final String getSearchType()
-
getImageUrl
final String getImageUrl()
-
getIconUrl
final String getIconUrl()
-
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()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-