googleToken property
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;
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);