-
- 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()
final Integer
getLevelIndex()
final Integer
getBuildingInternalIdentifier()
final Integer
getSiteInternalIdentifier()
-
-
Method Detail
-
getType
PTRDeepLinkLocationType getType()
-
setType
Unit setType(PTRDeepLinkLocationType type)
-
getLatitude
final Double getLatitude()
-
getLongitude
final Double getLongitude()
-
getLevelIndex
final Integer getLevelIndex()
-
getBuildingInternalIdentifier
final Integer getBuildingInternalIdentifier()
-
getSiteInternalIdentifier
final Integer getSiteInternalIdentifier()
-
-
-
-