launchNavigation method

Future launchNavigation(
  1. MapApp app,
  2. LatLng latLng,
  3. String name
)

Implementation

Future launchNavigation(MapApp app, LatLng latLng, String name) {
  throw UnimplementedError('launchNavigation() has not been implemented.');
}