getSymbolLatLng method

Future<LatLng> getSymbolLatLng(
  1. Symbol symbol
)

Implementation

Future<LatLng> getSymbolLatLng(Symbol symbol) async {
  throw UnimplementedError('getSymbolLatLng() has not been implemented.');
}