decodePath static method

JSArray<LatLng> decodePath(
  1. String encodedPath
)

Implementation

external static JSArray<LatLng> decodePath(
  String encodedPath,
);