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',