set GoogleMapsMapTypeId to private

This commit is contained in:
Ibby 2017-03-01 22:13:13 -05:00
parent 44b7e301b5
commit 3dfea7d02d

View File

@ -37,6 +37,9 @@ export const GoogleMapsAnimation = {
DROP: 'DROP'
};
/**
* @private
*/
export const GoogleMapsMapTypeId = {
HYBRID: 'MAP_TYPE_HYBRID',
NONE: 'MAP_TYPE_NONE',
@ -97,7 +100,7 @@ export const GoogleMapsMapTypeId = {
* map.moveCamera(position); // works on iOS and Android
* });
*
*
*
* // create new marker
* let markerOptions: GoogleMapsMarkerOptions = {
* position: ionic,