base_map_osm_google 0.0.3 base_map_osm_google: ^0.0.3 copied to clipboard
Permite crear un mapa base de OpenStreetMap o Google, además poder insertar capas adicionales y otras configuraciones 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.3
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';