Draakk
Draakk

Reputation: 11

Google maps sdk ios search markers

I am playing with the google maps sdk for ios. I was wondering if it's possible to add an search function where you can search for your markers? Or do i need to use the google places api?

Upvotes: 1

Views: 171

Answers (1)

Verma
Verma

Reputation: 8429

You should use the Google Places API to make HTTP requests from your app. You should request a JSON file. Then you'll need to parse the response, and use it to add markers to a GMSMapView.

Update:

You could also use Places API for iOS

Upvotes: 0

Related Questions