Page Summary
-
MapsInitializer.Rendereris used to specify the map renderer for an application, withLATESTbeing the recommended choice. -
This class is primarily for compatibility with the
com.google.android.gms:play-services-mapslibrary and does not apply to the Navigation SDK. -
The
LEGACYrenderer is deprecated and should be avoided in favor ofLATEST.
This enum informs the map MapsInitializer.Renderer to use for the application, which is always LATEST. Other options exist only for compatibility with
com.google.android.gms:play-services-maps.
This class does not apply to the Navigation SDK. It exists for compile time compatibility with com.google.android.gms:play-services-maps only.
Inherited Method Summary
Enum Values
public static final MapsInitializer.Renderer LATEST
public static final MapsInitializer.Renderer LEGACY
This field is deprecated.
The LEGACY renderer is deprecated and will be decommissioned in the
future. Use the LATEST renderer instead. See
https://developers.google.com/maps/documentation/android-sdk/renderer for more
information.