edwinmacalopu / OpenStreetMap-flutter

:globe_with_meridians: :round_pushpin: implement OpenStreetMap in flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openstreetmap in Flutter

Through the OpenStreetMaps tiles function we can add completely free maps in your flutter application You can use different recommended tiles:

https://tile.openstreetmap.org/{z}/{x}/{y}.png https://tile.openstreetmap.org/{z}/{x}/{y}.png https://tile.openstreetmap.org/{z}/{x}/{y}.png http://tiles.maps.sputnik.ru/{z}/{x}/{y}.png

https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png black https://basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png white https://basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}.png no label white https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png cartodb

more styles : http://leaflet-extras.github.io/leaflet-providers/preview/index.html

image

https://tile.openstreetmap.org/{z}/{x}/{y}.png

 

https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png

 

 

https://basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png

 

https://basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png

 

https://basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}.png

 

   
## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

:globe_with_meridians: :round_pushpin: implement OpenStreetMap in flutter


Languages

Language:HTML 42.4%Language:Dart 31.2%Language:Shell 13.1%Language:Swift 9.3%Language:Kotlin 3.1%Language:Objective-C 0.9%