When this product is not contributed, nearby places are loaded from the Geoserve Places web service. For example: https://earthquake.usgs.gov/ws/geoserve/places.json?latitude=45.1&longitude=-70.1&type=event
The JSON file should contain an array of city objects, typically 5 nearby places.
null
null value, not a quoted string)
[
{
"distance": 2,
"direction":"SE",
"name":"Berkeley, California",
"longitude":-122.2746,
"latitude":37.8718,
"population":null
},
{
"distance":4,
"direction":"NE",
"name":"Emeryville, California",
"longitude":-122.2853,
"latitude":37.8313,
"population":null
}
]