An open API service indexing awesome lists of open source software.

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.

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

![Code Snippet](assets/images/screenshot-1708342812531.png)