getReverseGeocoding method

Future<void> getReverseGeocoding()

Implementation

Future<void> getReverseGeocoding() async {
  _channelSearch.setMethodCallHandler(this.nativeMethodHandler); // child: TplMapsView(
              //   isShowBuildings: true,
              //   isZoomEnabled: true,
              //   showZoomControls: true,
              //   isTrafficEnabled: true,
              //   mapMode: MapMode.NIGHT,
              //   enablePOIs: true,
              //   setMyLocationEnabled: false,
              //   myLocationButtonEnabled: false,
              //   showsCompass: true,
              //   allGesturesEnabled: true,
              //   tplMapsViewCreatedCallback: _callback,
              //   tPlMapsViewMarkerCallBack: _markerCallback,
              // ),dHandler);
  return _channelSearch.invokeMethod('reverseSearchManager' , {'lat': this.lat , 'lng' : this.lng});
  // searchViewController.call("");
}