here_maps_webservice
here_maps_webservice provides Here Maps Web Services API wrapper that serve different purposes from search, to geocoding.
Usage
Add here_maps_webservice
as a dependency in your pubspec.yaml
Run flutter pub get
in the terminal and import import 'package:here_maps_webservice/here_maps.dart'
Availabel APIs
Generate API KEY
Go to https://developer.here.com/
and create a new account if you don't have one. Create a new project and select Freemium Plan.
Under the REST section of your project, click on Create API key.
Example
Nearby Places
Popular Places
Geocoding Autocomplete
Geocoding
Reverse Geocoding
TODO
- Add all the parameters in the existing APIs
- Add tests
- Make Model class for exisitng APIs
- Add routing APIs
Feature Requests and Issues
Please file feature requests and bugs at the issue tracker