Google Maps Add API (POST) :: Base URL Resource: Query Parameters
Google Maps Add API (POST) :: Base URL Resource: Query Parameters
Email : [email protected]
"location": {
"lat": -38.383494,
"lng": 33.427362
},
"accuracy": 50,
"types": [
"shoe park",
"shop"
],
"website": "http://google.com",
"language": "French-IN"
Sample Response
"status": "OK",
"place_id": "928b51f64aed18713b0d164d9be8d67f",
"scope": "APP",
"reference":
"736f3c9bec384af62a184a1936d42bb0736f3c9bec384af62a184a1936d42bb0",
"id": "736f3c9bec384af62a184a1936d42bb0"
}
Google Maps Delete API (POST):
This API Will delete existing place from Server
Sample Body :
{
Sample Response
{
"status": "OK"
}
Google Maps get Place API (GET):
This API Will get existing place details from Server
Resource: /maps/api/place/get/json
"location":{
"lat" : -38.383494,
"lng" : 33.427362
},
"accuracy":50,
"name":"Frontline house",
"website" : "http://google.com",
"language" : "French-IN"
}
Google Maps Put Place API (PUT):
This API Will update existing place in Server with new values
Resource: /maps/api/place/update/json
Sample Request:
"place_id":"8d2573bdf6ceec0e474c5f388fa917fb",
"key":"qaclick123"
}
Sample Response for the Provided Place_Id
"location":{
"lat" : -38.383494,
"lng" : 33.427362
},
"accuracy":50,
"name":"Frontline house",
"language" : "French-IN"