reverseGeoCode function

Future<MPGeocodeResult?> reverseGeoCode(
  1. MPPoint point
)

Get a MPGeocodeResult that contains lists of MPLocation (grouped by MPLocationType), where the point is inside the locations geometry. When no floor index is set, locations on all floors are queried.

Implementation

Future<MPGeocodeResult?> reverseGeoCode(MPPoint point) =>
    MapsindoorsPlatform.instance.reverseGeoCode(point);