Introduction
The Places SDK for iOS lets you build location-aware apps that respond contextually to the local businesses and other places near the device. This means you can build rich apps based on places that mean something to the user.
Concepts
A place is defined as a physical space that has a name. Another way
of thinking about a place is that it's anything you can find on a map.
Examples include local businesses, points of interest, and geographic
locations. In the API, a place is represented by the
GMSPlace Class Reference
.
It includes information such as the name of the place and its address, geographical location,
place ID, phone number, place type, website URL, and more.
SDK overview
Use Places SDK for iOS to help your customers explore where they are and what's around them. Places SDK for iOS provides the following APIs:
Places SDK for iOS (New) | Description |
---|---|
Place Details (New) | Returns information about places, including the place's name and address, the geographical location, the type of place (such as night club, pet store, museum), and more. |
Place Photo (New) | Returns high-quality images of a place. |
Text Search (New) | Returns information about a set of places based on a text search. |
Nearby Search (New) | Returns information about a set of places by specifying a location as a search area. |
Autocomplete (New) | Automatically fills in the name and/or address of a place as users type. |
Other highlights of the SDK include:
- Accurate place detection at low power with Wi-Fi scan.
- On-device caching: Most requests to the Places SDK for iOS may involve a round trip to a Google server, but you can also cache data locally for 30 days.
Policies and terms
All applications that use the Places SDK for iOS must adhere to the requirements described in the Google Maps Platform Terms of Service, and Displaying Attributions.