google_maps_webservice_ex 0.0.1+2 google_maps_webservice_ex: ^0.0.1+2 copied to clipboard
A Simple package to consume the google maps web service. This library is a null compliant version of google_maps_webservice.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add google_maps_webservice_ex
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
google_maps_webservice_ex: ^0.0.1+2
Alternatively, 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:google_maps_webservice_ex/directions.dart';
import 'package:google_maps_webservice_ex/distance.dart';
import 'package:google_maps_webservice_ex/file_utils.dart';
import 'package:google_maps_webservice_ex/geocoding.dart';
import 'package:google_maps_webservice_ex/geolocation.dart';
import 'package:google_maps_webservice_ex/models.dart';
import 'package:google_maps_webservice_ex/places.dart';
import 'package:google_maps_webservice_ex/staticmap.dart';
import 'package:google_maps_webservice_ex/timezone.dart';