Mappls Nearby Widget¶
The Mappls Nearby Widget makes it easy to integrate the functionality to search nearby POIs for selected categories in your Flutter application. The Nearby Search widget provided as a means to enable radially search for Nearby Places on Mappls Maps. The widget offers the following basic functionalities: - Ability to search for nearby places directly with Mappls Maps visual interface. - A single method to initiate nearby search across all categories of places available on Mappls. - Ability to get information from Mappls Nearby Search widget through a callback.
This can be done by following simple steps.
Version History¶
| Version | Last Updated | Author | Release Note |
|---|---|---|---|
| v2.0.0 | 09 Oct, 2025 | Mappls API Team (MA) (ST) | - Authentication and authorization mechanisms have been revised. - Updated minimum Android version to 21. - Added Support for 16 KB Page Sizes - Added SPM(Swift Package Manager Support) for IOS. |
Getting Started¶
To work with Mappls nearby Widget in flutter add these to your package's pubspec.yaml file:
dependencies:
mappls_nearby_plugin: ^2.0.0
Android Setup¶
Click Here for Android Setup
IOS Setup¶
Click Here for IOS Setup
Import Nearby Widget¶
Now in your dart code you need to import this package:
import 'package:mappls_nearby_plugin/mappls_nearby_plugin.dart';
Open Nearby Widget¶
Use method openNearbyWidget to open Nearby Widget:
// Platform messages may fail, so we use a try/catch PlatformException.
try {
NearbyResult nearbyResult = await openNearbyWidget();
} on PlatformException {
}
For any queries and support, please contact:
Email us at apisupport@mappls.com
Support
Need support? contact us!
