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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google_maps

Resources::-

stylist.atlist

google_maps_flutter

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:

./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

About

These are simple examples of making a map and contain valuable information, including map style, markers, shapes and live location tracker.


Languages

Language:C++ 37.2%Language:CMake 31.3%Language:Dart 18.4%Language:Ruby 4.5%Language:Swift 3.1%Language:HTML 3.0%Language:C 2.3%Language:Kotlin 0.2%Language:Objective-C 0.1%