-
public final class MapPropertiesData class for properties that can be modified on the map.
Note: This is intentionally a class and not a data class for binary compatibility on future changes. See: https://jakewharton.com/public-api-challenges-in-kotlin/
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisBuildingEnabledprivate final BooleanisIndoorEnabledprivate final BooleanisMyLocationEnabledprivate final BooleanisTrafficEnabledprivate final LatLngBoundslatLngBoundsForCameraTargetprivate final MapStyleOptionsmapStyleOptionsprivate final MapTypemapTypeprivate final FloatmaxZoomPreferenceprivate final FloatminZoomPreference
-
Method Summary
Modifier and Type Method Description final BooleangetIsBuildingEnabled()final BooleangetIsIndoorEnabled()final BooleangetIsMyLocationEnabled()final BooleangetIsTrafficEnabled()final LatLngBoundsgetLatLngBoundsForCameraTarget()final MapStyleOptionsgetMapStyleOptions()final MapTypegetMapType()final FloatgetMaxZoomPreference()final FloatgetMinZoomPreference()StringtoString()Booleanequals(Object other)IntegerhashCode()final MapPropertiescopy(Boolean isBuildingEnabled, Boolean isIndoorEnabled, Boolean isMyLocationEnabled, Boolean isTrafficEnabled, LatLngBounds latLngBoundsForCameraTarget, MapStyleOptions mapStyleOptions, MapType mapType, Float maxZoomPreference, Float minZoomPreference)-
-
Method Detail
-
getIsBuildingEnabled
final Boolean getIsBuildingEnabled()
-
getIsIndoorEnabled
final Boolean getIsIndoorEnabled()
-
getIsMyLocationEnabled
final Boolean getIsMyLocationEnabled()
-
getIsTrafficEnabled
final Boolean getIsTrafficEnabled()
-
getLatLngBoundsForCameraTarget
final LatLngBounds getLatLngBoundsForCameraTarget()
-
getMapStyleOptions
final MapStyleOptions getMapStyleOptions()
-
getMapType
final MapType getMapType()
-
getMaxZoomPreference
final Float getMaxZoomPreference()
-
getMinZoomPreference
final Float getMinZoomPreference()
-
-
-
-