decodePath static method

List<LatLng> decodePath(
  1. String encodedPath
)

Implementation

static List<LatLng> decodePath(String encodedPath) =>
    callMethod(_Encoding$namespace, 'decodePath', [encodedPath])
        .cast<LatLng>();