Reputation: 1
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
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