MapsInitializer.Renderer

public static final enum MapsInitializer.Renderer extends Enum<MapsInitializer.Renderer>

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. Please use the LATEST renderer instead. See https://developers.google.com/maps/documentation/android-sdk/renderer for more information.