We accidentally shipped an API flow where you have to indicate advanced marker usage when creating a map instance, but the only way to query for whether advanced markers are available is to query a map instance. This means the query (which we haven't exposed in the app-facing package yet, just the platform interface) isn't really usable as things have been designed. We need to revisit the flow of how querying for, and enabling, advanced marker support works.
See discussion in flutter/packages#11196 for more context.
We accidentally shipped an API flow where you have to indicate advanced marker usage when creating a map instance, but the only way to query for whether advanced markers are available is to query a map instance. This means the query (which we haven't exposed in the app-facing package yet, just the platform interface) isn't really usable as things have been designed. We need to revisit the flow of how querying for, and enabling, advanced marker support works.
See discussion in flutter/packages#11196 for more context.