ConfigureMapAsync Method
ConfigureMapAsync(MapOptions)
Dynamically configures a map.
Declaration
public Task ConfigureMapAsync(MapOptions mapOptions)
Parameters
MapOptions | mapOptions | The map configuration. |
Returns
Task |
ConfigureMapAsync(string, Action<MapOptions>)
Dynamically configures a map.
Declaration
public Task ConfigureMapAsync(string name, Action<MapOptions> configure)
Parameters
string | name | The name of the map. |
Action<MapOptions> | configure | A function that configures the map. |
Returns
Task |