here_maps_webservice 1.0.3  here_maps_webservice: ^1.0.3 copied to clipboard
here_maps_webservice: ^1.0.3 copied to clipboard
Flutter Package to provide Here Maps Web Services API wrapper that serve different purposes from search, to geocoding.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add here_maps_webserviceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  here_maps_webservice: ^1.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:here_maps_webservice/here_maps_webservice.dart';