Class LocatorInfo


  • public final class LocatorInfo
    extends Object
    Holds information about a LocatorTask.
    Since:
    100.0.0
    See Also:
    LocatorTask
    • Method Detail

      • getName

        public String getName()
        Gets the name of the LocatorTask.
        Returns:
        the name
        Since:
        100.0.0
      • getDescription

        public String getDescription()
        Gets the description of the LocatorTask.
        Returns:
        the description
        Since:
        100.0.0
      • getProperties

        public Map<String,​String> getProperties()
        Gets the locator properties. For example, MinimumCandidateScore, SideOffsetUnits, SpellingSensitivity, MinimumMatchScore and so on.
        Returns:
        an unmodifiable Map; the keys are Strings containing the names of the properties and the values are Strings containing the values of the properties
        Since:
        100.0.0
      • getSpatialReference

        public SpatialReference getSpatialReference()
        Gets the default spatial reference.
        Returns:
        the default spatial reference
        Since:
        100.0.0
      • isSupportsIntersections

        public boolean isSupportsIntersections()
        Indicates if the LocatorTask supports geocoding of intersections.
        Returns:
        true if it supports intersections
        Since:
        100.0.0
      • isSupportsSuggestions

        public boolean isSupportsSuggestions()
        Indicates if the LocatorTask supports suggestions.
        Returns:
        true if it supports suggestions
        Since:
        100.0.0
      • isSupportsPoi

        public boolean isSupportsPoi()
        Indicates if the LocatorTask supports geocoding of Points Of Interest.
        Returns:
        true if it supports Points Of Interest
        Since:
        100.0.0
      • isSupportsAddresses

        public boolean isSupportsAddresses()
        Indicates if the LocatorTask supports geocoding of addresses (point addresses or street addresses). If supported, these can be specified as x/y coordinate pairs in the search text for geocode operations, where the spatial reference of the coordinates is WGS84. For example:
         future = locatorTask.geocodeAsync("-115.172783,36.114789");
         
        Returns:
        true if it supports point or street addresses
        Since:
        100.0.0
      • getVersion

        public String getVersion()
        Gets the version of the LocatorTask.
        Returns:
        the version
        Since:
        100.0.0