feat(googlemap): add disableAutoPan to GoogleMapsMarkerOptions

closes #844
This commit is contained in:
Ibby Hadeed 2016-12-04 11:54:13 -05:00
parent 8ab1d13fb3
commit cf75a53438

View File

@ -493,6 +493,7 @@ export interface GoogleMapsMarkerOptions {
styles?: any; styles?: any;
animation?: string; animation?: string;
zIndex?: number; zIndex?: number;
disableAutoPan?: boolean;
} }
/** /**