Questions tagged [google-maps-flutter]
226 questions
2
votes
2 answers
Flutter - Google map does not show
I know this issue has been raised before but I can't get it to work...
I'm trying to display a simple google map in my flutter application.
To do so, I followed several tutorials such as…

user3561383
- 77
- 1
- 13
2
votes
2 answers
Draw a route in Flutter with google_maps_flutter package
I have a map already drawn with google_maps_flutter and I have 2 markers on it. I would like to draw a route between them. Can anybody help me?
When I use the one suggested by @CopsOnRoad, I have the picture displayed. I would like the route to be…

Everton Coimbra de Araújo
- 21
- 1
- 4
2
votes
3 answers
How to fit polylines to street curves in google maps flutter?
How to fit polylines to street curves in google maps flutter?
I did being playing with Polylines in google_maps_flutter for 2 months and I have this doubts:
Polylines do not follow the street curves or the highways.
Polylines has the OnTap callback…

Sergio Ruiz
- 41
- 1
- 4
2
votes
1 answer
How to hide 3d buildings in google_maps_flutter?
I'm trying to create a simple Flutter app that uses the official Google Maps plugin for Flutter. I'm glad they've recently added the support for custom styling, however when I zoom really close I can see all the white 3d buildings and I think there…

nix
- 21
- 3
1
vote
0 answers
java.lang.NullPointerException: Attempt to get length of null array in flutter google_maps_flutter
In my flutter application I am using google_maps_flutter for showing location,but I face this again and again when map loads lot of locations also it arise on zoom in/out action.
I already saw this issue on github but,unable to find solution…

Shirsh Shukla
- 5,491
- 3
- 31
- 44
1
vote
0 answers
Jitter in map panning on Flutter iOS app when marker is added to google_maps_flutter instance
I have added google_maps_flutter to a Flutter app. When I add a single Marker to the map, then panning the map is jittery. If I remove the marker, then panning is smooth again. I am testing on an iPhone 14 Pro, and I have set xCode settings to…

Anthony Tietjen
- 1,032
- 2
- 8
- 19
1
vote
0 answers
google_maps_flutter cost for google map usage
I am investigating possibility of using Flutter for a new version of our app which initially will encompass a subset of features, but soon we will migrate all our current app's features to replace it. Our current app is native Android and iOS.
One…

Kayes
- 502
- 7
- 18
1
vote
0 answers
is there a marker clustering library that works with Flutter bloc and Google Maps?
I ran into a bit of a wall when i tried to implement marker clustering in a Google Maps based app that i'm developing for work.
I figured i could use circles to represent clusters and swap markers for circles at a certain zoom threshold but that…

tomitomitomi
- 11
- 1
1
vote
0 answers
Marker from Svg in Google Maps is not showing the Image from url
I have these markers in google maps
I am generating them from an svg with an that has a network image.
The problem is, the markers image that should be inside is not being displayed.
Here's the code that I use to generate the marker:
import…

Joaquín Varela
- 329
- 5
- 18
1
vote
0 answers
Distorted lines in Travel Tracking in Flutter
I am trying to implement a functionality, that if a user travels, then his/her live location will be captured in every interval of 10 sec. I am saving the captured lat-longs in local database and then run a API after every 10 mins to save data on…

Shubham Bansal
- 21
- 4
1
vote
1 answer
How to customize marker in Google Map for Flutter web
I am building a web in Flutter, so I am using this package to add a functional map. I would like to change the color or the marker, and for that I have to change the png that is used to mark. But everything I found is related to the package for…

JAgüero
- 403
- 1
- 4
- 14
1
vote
2 answers
Flutter Google Maps doesn't show location on first launch
I'm using Google Maps (google_maps_flutter: ^2.1.3) in my Flutter app, and when I open the app on the phone for the first time, it asks for location permission. After giving this permission, my location on the Map is not shown with a blue dot and…

Melik BOZKURT
- 110
- 12
1
vote
0 answers
Google Map in Flutter : Can I use the area information on the map
Is it possible to get area information of a specific building or place on the map?
Thank you!

안태준
- 21
- 3
1
vote
0 answers
custom info window flutter web google map
I have created a flutter web google map using package google_map_flutter , ive seen couple of tutorials on how to include a custom info window using custom_info_window package, however this package is not flutter web supported. is there any…

Abdulrahman Mufarrah
- 11
- 2
1
vote
0 answers
Flutter How I Can add ground overlay to google maps without divide the image into small square pieces
I am working on flutter mobile project that require to add an image "Real estate project layout" to map to allocate the units "Apartments, Villas, etc.." on it .
How I can achieve this without divide the image to small pieces to use the Tile overlay

Mohamed Kamel
- 31
- 1
- 3