Package com.pointrlabs.core.map.models
Class PTRDeepLinkCoordinateLocation
-
- All Implemented Interfaces:
public class PTRDeepLinkCoordinateLocation extends PTRDeepLinkLevelLocation
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkLocationType
type
private final Double
latitude
private final Double
longitude
private final Integer
levelIndex
private final Integer
buildingInternalIdentifier
private final Integer
siteInternalIdentifier
-
Method Summary
Modifier and Type Method Description PTRDeepLinkLocationType
getType()
Unit
setType(PTRDeepLinkLocationType type)
final Double
getLatitude()
final Double
getLongitude()
-
Methods inherited from class com.pointrlabs.core.map.models.PTRDeepLinkLevelLocation
getLevelIndex
-
Methods inherited from class com.pointrlabs.core.map.models.PTRDeepLinkBuildingLocation
getBuildingInternalIdentifier
-
Methods inherited from class com.pointrlabs.core.map.models.PTRDeepLinkSiteLocation
getSiteInternalIdentifier
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getType
PTRDeepLinkLocationType getType()
-
setType
Unit setType(PTRDeepLinkLocationType type)
-
getLatitude
final Double getLatitude()
-
getLongitude
final Double getLongitude()
-
-
-
-