googleToken property

String? get googleToken
inherited

googleToken is the Google Maps token with Map Tiles API capabilities. Only used when the source is MapSource.google.

Implementation

set rasterServerDark(String? value);/// [googleToken] is the Google Maps token with Map Tiles API capabilities.
/// Only used when the [source] is [MapSource.google].
String? get googleToken;
set googleToken (String? value)
inherited

googleToken is the Google Maps token with Map Tiles API capabilities. Only used when the source is MapSource.google.

Implementation

String? get googleToken;/// [googleToken] is the Google Maps token with Map Tiles API capabilities.
/// Only used when the [source] is [MapSource.google].
set googleToken(String? value);