Skip to content

Instantly share code, notes, and snippets.

View codeistalk's full-sized avatar
🏠
Working from home

Code is Talk codeistalk

🏠
Working from home
View GitHub Profile
@aaronpk
aaronpk / json format for geo data
Created April 30, 2010 16:47
A JSON protocol for sharing and storing real-time data streams. Common use would be for sharing location data.
Common minimal format for sending just lat/long data
[
{
uuid: "550e8400-e29b-41d4-a716-446655440000",
date: "2010-04-30T16:50:00Z",
location: {
position: {
latitude: 45.5118,
longitude: -122.6433
}