base_map_osm_google 0.0.2 base_map_osm_google: ^0.0.2 copied to clipboard
Package para generar un mapa base de OpenStreetMap o Google, además puede insertarse layers adicionales.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add base_map_osm_google
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
base_map_osm_google: ^0.0.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:base_map_osm_google/base_map_osm_google.dart';