Default constructor.
LocatorInfo::LocatorInfo(const Esri::ArcGISRuntime::LocatorInfo &other)Copy constructor from other LocatorInfo.
[noexcept]
LocatorInfo::LocatorInfo(Esri::ArcGISRuntime::LocatorInfo &&other)
Move constructor from other LocatorInfo.
[noexcept]
LocatorInfo::~LocatorInfo()
Destructor.
QString LocatorInfo::description() constReturns the description of the Locator.
QList<Esri::ArcGISRuntime::LocatorAttribute> LocatorInfo::intersectionResultAttributes() constReturns the list of LocatorAttribute that will be returned in the GeocodeResult.
bool LocatorInfo::isEmpty() constReturns whether the Locator is empty.
bool LocatorInfo::isSupportsAddresses() constReturns whether the Locator supports geocoding by a point or street address.
A point address differs from a street address, as it represents an exact location of a rooftop, versus an interpolated location along a line. If supported, the input search text can be specified as x,y-coordinate pairs, where the spatial reference of the coordinates is WGS84.
bool LocatorInfo::isSupportsIntersections() constReturns whether the Locator supports geocoding by intersection.
Intersection addresses contain an intersection connector, such as Union St & Carson Rd.
bool LocatorInfo::isSupportsPoi() constReturns whether the Locator supports geocoding by a place of interest (POI) or landmark.
bool LocatorInfo::isSupportsSuggestions() constReturns whether the Locator supports generating suggestions for user-input.
QString LocatorInfo::name() constReturns the name of the Locator.
QVariantMap LocatorInfo::properties() constReturns the properties of the Locator.
Properties are defined within the locator during creation in ArcMap or ArcGIS Pro. Properties might include MinimumMatchScore, MinimumCandidateScore, or DataSourcePath. These properties can only be viewed in this API.
QList<Esri::ArcGISRuntime::LocatorAttribute> LocatorInfo::resultAttributes() constReturns the list of LocatorAttribute that will be returned in the GeocodeResult.
QList<Esri::ArcGISRuntime::LocatorAttribute> LocatorInfo::searchAttributes() constReturns the list of LocatorAttribute that will be used in the search.
Use this function to determine the attributes that can be used for geocoding with the LocatorTask::geocodeWithSearchValuesAsync or LocatorTask::geocodeWithSearchValuesAndParametersAsync
Esri::ArcGISRuntime::SpatialReference LocatorInfo::spatialReference() constReturns the SpatialReference of the Locator.
Optionally, a different output spatial reference for a Geocode or Reverse Geocode operation can be set in GeocodeParameters and ReverseGeocodeParameters, respectively.
QString LocatorInfo::version() constReturns the version of the Locator.
This is the version of the locator itself, and is independent of ArcGIS Maps SDK, Desktop, and Server.
[noexcept]
Esri::ArcGISRuntime::LocatorInfo &LocatorInfo::operator=(Esri::ArcGISRuntime::LocatorInfo &&other)
Move operator from other LocatorInfo.
Esri::ArcGISRuntime::LocatorInfo &LocatorInfo::operator=(const Esri::ArcGISRuntime::LocatorInfo &other)Assignment operator from other LocatorInfo.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4