MapCapabilities

public final class MapCapabilities extends Object

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

The MapCapabilities APIs do not apply to the Navigation SDK. It exists for compile time compatibility with com.google.android.gms:play-services-maps only.

Public Method Summary

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

Inherited Method Summary

boolean
equals(Object arg0)
final Class<?>
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 boolean isAdvancedMarkersAvailable ()

Returns true if advanced markers are available.

public boolean isDataDrivenStylingAvailable ()

Returns true if data-driven styling is available.