https://github.com/hasanhammoudah/flutter_with_google-maps
These are simple examples of making a map and contain valuable information, including map style, markers, shapes and live location tracker.
https://github.com/hasanhammoudah/flutter_with_google-maps
android-app dart flutter google ios-app map maps permissions-android
Last synced: 2 months ago
JSON representation
These are simple examples of making a map and contain valuable information, including map style, markers, shapes and live location tracker.
- Host: GitHub
- URL: https://github.com/hasanhammoudah/flutter_with_google-maps
- Owner: hasanhammoudah
- Created: 2024-02-15T16:04:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T12:40:45.000Z (over 2 years ago)
- Last Synced: 2025-03-22T22:14:47.489Z (over 1 year ago)
- Topics: android-app, dart, flutter, google, ios-app, map, maps, permissions-android
- Language: C++
- Homepage:
- Size: 907 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google_maps
## Resources::-
[stylist.atlist](https://stylist.atlist.com/)
[google_maps_flutter](https://pub.dev/packages/google_maps_flutter)
[location](https://pub.dev/packages/location)
## Topics Included
- **Markers:** Used to mark specific points on the map, such as landmarks or destinations.
- **Polylines:** Draw lines on the map to represent routes or boundaries.
- **Polygons:** Draw filled shapes on the map to represent areas like parks or neighborhoods.
- **Circles:** Draw circular overlays on the map to represent areas of interest with a specific radius.
## To Generate SHA-1 key, run this command in the terminal:
```bash
./gradlew signingReport
```
Note:- the following line for the zoom attribute in maps (google_maps_flutter package)=>
· World view: 0 to 3
· Country view: 4 to 6
· City view: 10 to 12
· Street view: 13 to 17
· Building view: 18 to 20
Note:- the steps that must be taken in order to obtain a user location (location package)=>
1.Inquire about location service.
2.Request permission.
3.Get location.
4.Display.
## A image of the project
