@override void locationUpdate(double lat, double lang) { methodChannel.invokeMapMethod('locationUpdate', {'lat': lat, 'lang': lang}); }