MapsInitializer.Renderer

  • MapsInitializer.Renderer is used to specify the map renderer for an application, with LATEST being the recommended choice.

  • This class is primarily for compatibility with the com.google.android.gms:play-services-maps library and does not apply to the Navigation SDK.

  • The LEGACY renderer is deprecated and should be avoided in favor of LATEST.

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