mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 07:56:20 +08:00
parent
f07431a14c
commit
78b3ec5b1f
@ -656,7 +656,7 @@ export class GoogleMapsCircle {
|
|||||||
export interface GoogleMapsPolylineOptions {
|
export interface GoogleMapsPolylineOptions {
|
||||||
points?: Array<GoogleMapsLatLng>;
|
points?: Array<GoogleMapsLatLng>;
|
||||||
visible?: boolean;
|
visible?: boolean;
|
||||||
googledesic?: boolean;
|
geodesic?: boolean;
|
||||||
color?: string;
|
color?: string;
|
||||||
width?: number;
|
width?: number;
|
||||||
zIndex?: number;
|
zIndex?: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user