mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
feat(googlemap): add disableAutoPan to GoogleMapsMarkerOptions
closes #844
This commit is contained in:
parent
8ab1d13fb3
commit
cf75a53438
@ -493,6 +493,7 @@ export interface GoogleMapsMarkerOptions {
|
||||
styles?: any;
|
||||
animation?: string;
|
||||
zIndex?: number;
|
||||
disableAutoPan?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user