Skip to content

Commit

Permalink
feat(googlemap): add disableAutoPan to GoogleMapsMarkerOptions
Browse files Browse the repository at this point in the history
closes #844
  • Loading branch information
ihadeed committed Dec 4, 2016
1 parent 8ab1d13 commit cf75a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/googlemap.ts
Expand Up @@ -493,6 +493,7 @@ export interface GoogleMapsMarkerOptions {
styles?: any;
animation?: string;
zIndex?: number;
disableAutoPan?: boolean;
}

/**
Expand Down

0 comments on commit cf75a53

Please sign in to comment.