Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/create-a-flutter-maps-widget-in-10-minutes
A quick-start example to help you add the Syncfusion Flutter Maps widget to a Flutter app. In this example, you will learn how to set the geo JSON data for the shape layer from a local asset bundle, set a title for the map, and show data labels. You will also learn how to show legends and tooltips and how to add a tile layer and set the initial zoom level.
https://github.com/syncfusionexamples/create-a-flutter-maps-widget-in-10-minutes
bing-maps data-label flutter flutter-ui-widgets getting-started google-maps latitude latlng legend longitude maps open-source-map position shape tile tooltips zoom-level
Last synced: about 1 month ago
JSON representation
A quick-start example to help you add the Syncfusion Flutter Maps widget to a Flutter app. In this example, you will learn how to set the geo JSON data for the shape layer from a local asset bundle, set a title for the map, and show data labels. You will also learn how to show legends and tooltips and how to add a tile layer and set the initial zoom level.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/create-a-flutter-maps-widget-in-10-minutes
- Owner: SyncfusionExamples
- Created: 2021-03-18T12:01:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T10:24:54.000Z (9 months ago)
- Last Synced: 2024-05-08T11:33:53.039Z (9 months ago)
- Topics: bing-maps, data-label, flutter, flutter-ui-widgets, getting-started, google-maps, latitude, latlng, legend, longitude, maps, open-source-map, position, shape, tile, tooltips, zoom-level
- Language: Dart
- Homepage: https://flutter.syncfusion.com/
- Size: 294 KB
- Stars: 3
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create a Flutter Maps Widget in 10 Minutes
A quick-start example to help you add the Syncfusion Flutter Maps widget to a Flutter app. In this example, you will learn how to set the geo JSON data for the shape layer from a local asset bundle, set a title for the map, and show data labels. You will also learn how to show legends and tooltips and how to add a tile layer and set the initial zoom level.
Watch the video: https://www.syncfusion.com/tutorial-videos/flutter/maps?title=create-a-flutter-maps-widget-in-10-minutes
Documentation: https://help.syncfusion.com/flutter/maps/getting-started
## Requirements to run the demo
* [VS Code](https://code.visualstudio.com/download)
* [Flutter SDK v1.22+](https://flutter.dev/docs/development/tools/sdk/overview)
* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview)## How to run this application
To run this application, you need to first clone or download the ‘create a flutter maps widget in 10 minutes’ repository and open it in your preferred IDE. Then, build and run your project to view the output.## Further help
For more help, check the [Syncfusion Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview),
[Flutter documentation](https://flutter.dev/docs/get-started/install).