Skip to content

Instantly share code, notes, and snippets.

@stepango
Last active December 7, 2016 11:04
Show Gist options
  • Save stepango/55dd2870c712e8230a2a7b00768f7b10 to your computer and use it in GitHub Desktop.
Save stepango/55dd2870c712e8230a2a7b00768f7b10 to your computer and use it in GitHub Desktop.
/ideate
"location": {
"longitude": 106.808536,
"latitude": -6.213988999999999,
"title": "JCC Senayan",
"address": "RT.1/RW.3, Gelora, Tanah Abang, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10270, Indonesia",
"place_id": "ChIJLdsYtq32aS4RqOzRPJVoE14"
}
/project
"location": {
"id": 2785030,
"city_name": "Singapore",
"state_name": "Singapore",
"country_name": "Singapore",
"time_zone": "+08:00",
"latitude": 1.28967,
"longitude": 103.85007,
"multiplier": 0.85
}
/user
{
"location": {
"id": 84,
"location_id": 2778901,
"location": {
"id": 2778901,
"city_name": null,
"state_name": "Auckland",
"country_name": "New Zealand",
"time_zone": "Pacific/Auckland",
"latitude": -36.86667,
"longitude": 174.76667,
"multiplier": 0.82
}
}
}
/locatable
{
"location":{
...
"locatable":{
"id":"...",
"country_id":"...",
"state_id":"...",
"multiplier":"...",
"name":"...",
"country_name":"...",
"state_name":"...",
"time_zone":"...",
"latitude":"...",
"longitude":"...",
"created_at":"...",
"updated_at":"..."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment