user1415920
user1415920

Reputation: 1

show The Google Places API results on map

I need to place an address on Google map and show show amenities around it by user request im new with google map, i read The Google Places API but the only thing it gives me is the detail of the locations in XML or JSON format but it doesnt tel me how to place the locations on the actual map

any help really appriciated thanks

Upvotes: 0

Views: 5630

Answers (1)

Mano Marks
Mano Marks

Reputation: 8819

Sounds like you're trying to use the Places API webservice, but instead why don't you use the Places Library of the JavaScript Maps API. There's plenty of documentation and samples there on how to put them on a map.

Upvotes: 1

Related Questions