Skip to content

Instantly share code, notes, and snippets.

@capJavert
Last active December 27, 2017 13:13
Show Gist options
  • Save capJavert/97019a062350650b2a7d8d8347b4e168 to your computer and use it in GitHub Desktop.
Save capJavert/97019a062350650b2a7d8d8347b4e168 to your computer and use it in GitHub Desktop.
Map entities
Marker {
id: number;
lat: number;
lng: number;
label?: string;
draggable: boolean;
}
Area {
id: number;
polygon: array<Point>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment