Class LocationDetails

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

  • public final class LocationDetails
    extends java.lang.Object

    Contains geographical info about location

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 java.util.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 Detail

      • LocationDetails

        public LocationDetails​(@NonNull
                               GeoCoordinates coordinates)

        Creates a new instance.

        Parameters:
        coordinates -

        The geographic coordinates of the place.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object