Added locations

This commit is contained in:
2019-08-31 16:33:50 -04:00
parent 11412f261a
commit 1b04dbb3d9
5 changed files with 110 additions and 4 deletions

View File

@ -5,7 +5,7 @@ export interface LatLng {
export interface MapData {
circles?: Circle[];
locations?: {latlng: LatLng, name: string}[];
locations?: Marker[];
markers?: Marker[];
measurements?: Measurement[];
polygons?: Polygon[];