Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Fixed the values for the enum MapTypeControlStyle to match Google Enum
  • Loading branch information
Daniele Cencig committed Sep 26, 2019
1 parent d3ef334 commit 64c8fd4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/core/services/google-maps-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,11 @@ export interface MapTypeControlOptions {
}

export enum MapTypeControlStyle {
DEFAULT,
DROPDOWN_MENU,
HORIZONTAL_BAR,
DEFAULT = 0,
DROPDOWN_MENU = 2,
HORIZONTAL_BAR = 1,
INSET = 3,
INSET_LARGE = 4,
}

export interface OverviewMapControlOptions {
Expand Down

0 comments on commit 64c8fd4

Please sign in to comment.