js-jest-mocks icon indicating copy to clipboard operation
js-jest-mocks copied to clipboard

MapTypeControlStyle enum is missing.

Open lbgm opened this issue 2 years ago • 1 comments

this.mapOptions = {
	// ...
	mapTypeControlOptions: {
		style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
		mapTypeIds: [
			google.maps.MapTypeId.ROADMAP,
			google.maps.MapTypeId.TERRAIN,
			google.maps.MapTypeId.HYBRID
		]
	}
};

lbgm avatar Dec 07 '23 19:12 lbgm

If you would like to upvote the priority of this issue, please comment below or react on the original post above with :+1: so we can see what is popular when we triage.

@lbgm Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

wangela avatar Dec 07 '23 19:12 wangela