onMapLoadDone method
void
onMapLoadDone()
Implementation
void onMapLoadDone() {
if(widget.initCoordinate != null){
mapKey.currentState!.moveMapCenter(widget.initCoordinate!);
}
moveToCurrentLocation();
}