mappls_nearby_plugin

Creator: coderz1093

Last updated:

Add to Cart

Description:

mappls nearby plugin

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.
Getting Started #
To work with Mappls nearby Widget in flutter add these to your package's pubspec.yaml file:
dependencies:
mappls_nearby_plugin: ^1.0.0
copied to clipboard
Now in your dart code you need to import this package:
import 'package:mappls_nearby_plugin/mappls_nearby_plugin.dart';
copied to clipboard
Adding Mappls Keys #
You must provide your keys through the MapplsAccountManager class.(click here)
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 {

}
copied to clipboard

For any queries and support, please contact:

Email us at apisupport@mappls.com

Support
Need support? contact us!




@ Copyright 2023 CE Info Systems Ltd. All Rights Reserved.
Terms & Conditions | Privacy Policy | Supplier Sustainability Policy | Health & Safety Policy | Environmental Policy & CSR Report
Customer Care: +91-9999333223

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.