Uses of Class
provided.owlMaps.map.MapTypeId
| Package | Description |
|---|---|
| provided.owlMaps.map |
Contains entities for creating a map
|
-
Uses of MapTypeId in provided.owlMaps.map
Fields in provided.owlMaps.map with type parameters of type MapTypeId Modifier and Type Field Description static provided.mixedData.MixedDataKey<MapTypeId>IMapOptions. MAP_TYPE_IDThe initial Map mapTypeId.private static java.util.Map<java.lang.String,MapTypeId>MapTypeId. STR2IDMapping of Google Maps API MapTypeID string values to the corresponding enum valueMethods in provided.owlMaps.map that return MapTypeId Modifier and Type Method Description static MapTypeIdMapTypeId. fromString(java.lang.String mapTypeIdStr)FOR INTERNAL USE ONLY!! DO NOT USE THIS METHOD IN DEVELOPER CODE! Converts the string representation of a map type ID into its associated enum value.MapTypeIdIOwlMap. getMapTypeId()Get the type of Map being displayed.static MapTypeIdMapTypeId. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MapTypeId[]MapTypeId. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in provided.owlMaps.map with parameters of type MapTypeId Modifier and Type Method Description voidIOwlMap. setMapTypeId(MapTypeId mapTypeID)Sets the displayed map type.