Google Places · Example Payload

Circle Example

RestaurantGeolocationGoogleLocationsMapsPlacesPoints of Interest

Circle Example is an example object payload from Google Places, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

centerradius

Example Payload

Raw ↑
{
  "center": {
    "latitude": -12.3587,
    "longitude": 128.5031
  },
  "radius": 480.7
}