initLocationMap method

Future<void> initLocationMap(
  1. GeoPoint p
)
inherited

Implementation

Future<void> initLocationMap(GeoPoint p) async {
  await interop.initMapLocation(mapIdMixin.toJS, p.toGeoJS()).toDart;
}