encodePath static method

String encodePath(
  1. Object path
)

Implementation

static String encodePath(Object /*List<LatLng>|MVCArray<LatLng>*/ path) =>
    callMethod(_Encoding$namespace, 'encodePath', [path]);