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