Skip to content

Instantly share code, notes, and snippets.

@charlieanstey
Last active August 29, 2015 14:23
Show Gist options
  • Save charlieanstey/7f1831c0feb5ff6b0a8f to your computer and use it in GitHub Desktop.
Save charlieanstey/7f1831c0feb5ff6b0a8f to your computer and use it in GitHub Desktop.
Parse address object
{
"line1": "Cotton Court",
"line2": "Church Street",
"city": "Preston",
"region": "Lancashire",
"country": "United Kingdom",
"postcode": "PR1 3BY",
"timezone": "Europe/London",
"geopoint": {
"__type": "GeoPoint",
"latitude": 53.759824,
"longitude": -2.692144
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment