getLocations function
Gets all locations (a list of MPLocation objects) for the current API Key
Implementation
Future<List<MPLocation>?> getLocations() =>
MapsindoorsPlatform.instance.getLocations();
Gets all locations (a list of MPLocation objects) for the current API Key
Future<List<MPLocation>?> getLocations() =>
MapsindoorsPlatform.instance.getLocations();