WebShapePoint constructor

WebShapePoint([
  1. List<LatLng>? path
])

Implementation

WebShapePoint([List<LatLng>? path]) : path = path ?? [];