neom_maps_services 1.0.3 copy "neom_maps_services: ^1.0.3" to clipboard
neom_maps_services: ^1.0.3 copied to clipboard

Google Maps Web Services Library Maintained by Cyberneom

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neom_maps_services

With Flutter:

 $ flutter pub add neom_maps_services

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  neom_maps_services: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:neom_maps_services/directions.dart';
import 'package:neom_maps_services/distance.dart';
import 'package:neom_maps_services/geocoding.dart';
import 'package:neom_maps_services/geolocation.dart';
import 'package:neom_maps_services/places.dart';
import 'package:neom_maps_services/staticmap.dart';
import 'package:neom_maps_services/timezone.dart';
1
likes
130
points
100
downloads

Publisher

unverified uploader

Weekly Downloads

Google Maps Web Services Library Maintained by Cyberneom

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http, json_annotation, logger

More

Packages that depend on neom_maps_services