Class LocationDetails

java.lang.Object
com.here.sdk.search.LocationDetails

public final class LocationDetails extends Object

Contains geographical info about location

  • Field Details

    • coordinates

      @NonNull public GeoCoordinates coordinates

      The geographic coordinates of the place.

    • coordinatesInterpolated

      public boolean coordinatesInterpolated

      True if has house number with coordinates interpolated from the address range.

    • accessPoints

      @NonNull public List<GeoCoordinates> accessPoints

      The access points to the place, such as the points on a road or in a parking lot.

    • boundingBox

      @Nullable public GeoBox boundingBox

      The geographic coordinates of the map bounding box containing the place.

  • Constructor Details

    • LocationDetails

      public LocationDetails(@NonNull GeoCoordinates coordinates)

      Creates a new instance.

      Parameters:
      coordinates -

      The geographic coordinates of the place.

  • Method Details