Enables you to specify whichMapsInitializer.Rendereryou prefer to use for your applicationLATESTorLEGACY. It also
informs you which mapsMapsInitializer.Rendereris actually used for your application.
public static final
MapsInitializer.RendererLATEST
public static final
MapsInitializer.RendererLEGACY
This field is deprecated. TheLEGACYrenderer is deprecated and will be decommissioned in the future.
Use theLATESTrenderer instead. See
//developers.google.com/maps/documentation/android-sdk/renderer for more information.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`MapsInitializer.Renderer` allows specifying the preferred renderer (`LATEST` or `LEGACY`) for the application. It also indicates the renderer currently in use. `LEGACY` is deprecated in favor of `LATEST`. Key methods include `compareTo`, `equals`, `hashCode`, `name`, and `toString`, inherited from `java.lang.Enum` and `java.lang.Object`. `describeConstable` is inherited from `java.lang.constant.Constable`. `valueOf` is used to obtain an instance of the renderer.\n"]]