Updated circle ci

This commit is contained in:
2019-09-02 12:57:05 -04:00
parent e220e23b24
commit dedeea470f
10 changed files with 2335 additions and 25 deletions

View File

@ -53,6 +53,10 @@ export interface Polyline extends MapSymbol {
weight?: number;
}
export interface Position extends Marker {
timestamp?: Date;
}
export interface Rectangle extends MapSymbol {
latlng: LatLng;
latlng2: LatLng;