Uses of Class
provided.owlMaps.map.MapTypeId

Packages that use 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_ID
    The initial Map mapTypeId.
    private static java.util.Map<java.lang.String,​MapTypeId> MapTypeId.STR2ID
    Mapping of Google Maps API MapTypeID string values to the corresponding enum value
    Methods in provided.owlMaps.map that return MapTypeId
    Modifier and Type Method Description
    static MapTypeId MapTypeId.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.
    MapTypeId IOwlMap.getMapTypeId()
    Get the type of Map being displayed.
    static MapTypeId MapTypeId.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
    void IOwlMap.setMapTypeId​(MapTypeId mapTypeID)
    Sets the displayed map type.