Class ZoomLevelSnapStrategy.SearchResult

  • Enclosing class:
    ZoomLevelSnapStrategy

    public static final class ZoomLevelSnapStrategy.SearchResult
    extends java.lang.Object
    The results of a search.
    • Method Detail

      • getZoomLevel

        public int getZoomLevel()
        Gets the zoom level.
        Returns:
        the zoom level
      • getZoomLevels

        public ZoomLevels getZoomLevels()
        Gets the zoom levels.
        Returns:
        the zoom levels
      • getScale

        public Scale getScale​(DistanceUnit unit)
        Gets the scale.
        Parameters:
        unit - the unit
        Returns:
        the scale
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object