MapCapabilities

  • MapCapabilities is an immutable class used to track the availability of map capabilities.

  • The class provides methods to check if advanced markers and data-driven styling are available.

public final classMapCapabilities extendsObject

An immutable class that allows customers to track the availability of each capability.

Public Method Summary

boolean
isAdvancedMarkersAvailable()
Returnstrue if advanced markers are available.
boolean
isDataDrivenStylingAvailable()
Returnstrue if data-driven styling is available.

Inherited Method Summary

From class java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
finalClass<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public booleanisAdvancedMarkersAvailable()

Returnstrue if advanced markers are available.

public booleanisDataDrivenStylingAvailable()

Returnstrue if data-driven styling is available.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.