LocationDetails (API Reference)
Package com.here.sdk.search
Class LocationDetails
java.lang.Object
com.here.sdk.search.LocationDetails
Contains geographical info about location
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe access points to the place, such as the points on a road or in a parking lot.The geographic coordinates of the map bounding box containing the place.The geographic coordinates of the place.booleanTrueif has house number with coordinates interpolated from the address range. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
coordinates
The geographic coordinates of the place.
-
coordinatesInterpolated
public boolean coordinatesInterpolatedTrueif has house number with coordinates interpolated from the address range. -
accessPoints
The access points to the place, such as the points on a road or in a parking lot.
-
boundingBox
The geographic coordinates of the map bounding box containing the place.
-
-
Constructor Details
-
LocationDetails
Creates a new instance.
- Parameters:
coordinates-The geographic coordinates of the place.
-
-
Method Details