geo

@SerializedName(value = "geo")
var geo: Place.Geo? = null

Contains place details in GeoJSON format.

e.g.

"geo":
{
"type":"Feature",
"bbox":[-74.026675,40.683935,-73.910408,40.877483],
"properties":{}
}