GeoCategoryBehavior
public protocol GeoCategoryBehavior
Behavior of the Geo category that clients will use
-
Search for places or points of interest.
Declaration
Parameters
text
The place name or address to be used in the search. (case insensitive)
options
Optional parameters when searching for text.
completionHandler
The completion handler receives a Response object. The success case provides a Place array.
-
Reverse geocodes a given pair of coordinates and returns a list of Places closest to the specified position.
Declaration
Parameters
coordinates
Specifies a coordinate for the query.
options
Optional parameters when searching for coordinates.
completionHandler
The completion handler receives a Response object. The success case provides a Place array.