Skip to main content

All Questions

0 votes
0 answers
17 views

In google map, how to show continuesly label like infoWindow with marker data in flutter?

I have list of vehicle gps tracking data with Latlng, time and vehicle speed with every element of list i am updating marker locatin with element Latlng, but i also want to show time and vehicle speed ...
Janki 's user avatar
  • 61
0 votes
0 answers
61 views

I need accurate screen cordinates to pass for magnifer widget in Flutter

This is with the magic numbers This is without magic numbers I am trying to add raw magnifier widget on the google map marker which activates when marker is dragged, i cannot wrap the marker as it ...
Pranav Narkhede's user avatar
0 votes
0 answers
36 views

Flutter GoogleMap Label updates

I have dynamically created Markers with LabelMarkers. I add all of them to a Set of Markers to use on GoogleMap. static Set<Marker> allMarkers = {}; ... allLocationsList.forEach((location) async ...
Sisalik's user avatar
  • 78
0 votes
1 answer
120 views

How to Dynamically Set Zoom Level to Display Two Markers on Google Maps in Flutter App screen Without Scrolling?

I'm working on a Flutter application that utilizes Google Maps. In my app, I have two markers: one representing the user's location and the other representing the pet's location. I want to set the ...
Hasti Vaghani's user avatar
2 votes
1 answer
894 views

google maps E/FrameEvents( 8755): updateAcquireFence: Did not find frame

I have implemented google maps (maps SDK for android) in my flutter app to show users on the map which used to work very well without any problems. However, all of a sudden, the next day I am running ...
user19978912's user avatar
0 votes
0 answers
27 views

Flutter Google Maps - Custom Markers From Firestore string

I have been trying to figure out what is wrong with the following code as it has no errors... I am trying to pull from a firestore collection which contains String fields that have the url to the ...
matthew holdsworth's user avatar
0 votes
0 answers
66 views

How to Display Marker on an Network Image in given co-ordinates (x,y) in Flutter?

I'm making a mobile app using Flutter where I display an image from a website (URL). This image serves as a base map. On top of this image, I want to add a marker at specific locations (x, y) that can ...
Aashbin Sunar's user avatar
0 votes
0 answers
120 views

How to ensure markers in Google Map Flutter don't overlap each other?

I have a Google Map with about 100+ markers with custom icons using Canvas and Painter. If the map is at a small zoom level, the markers will overlap. I want every time I zoom or move the map, if any ...
An Tran's user avatar
  • 135
0 votes
0 answers
43 views

apple_maps_flutter - I want to use an image as a marker on the map [duplicate]

I get the following error when using the code in the photo: The argument type 'Future' can't be assigned to the parameter type 'BitmapDescriptor'
Bayindir's user avatar
0 votes
0 answers
37 views

google_maps_flutter custom markers by RepainBoundary does not move from StreamBuildeer in Flutter

I am fetching Latitudes and Longitude from cloud firestore and than i am converting those into custom markers. Than I am passing those markers into google maps Widget. Everything is working fine and I ...
Usman Mehsud's user avatar
1 vote
1 answer
370 views

How to calculate the Zoom Level for Google Maps based on size of Map and and Distance in Meters in Flutter?

I have a Google Map Widget in a Circle. The user location is always in the center. On the map there is a marker which the user should see right at the edge of the map but completely visible. These are ...
OverdoseB12's user avatar
0 votes
0 answers
78 views

Flutter: How to output json data as a marker on Google Maps

I am implementing an app that tries to print shop json data as a marker on Google Maps through http request. I use a future and package:http/http.dart to get a json array `Future<List<Shop>&...
이유림's user avatar
0 votes
0 answers
54 views

Tapping the Navigation Marker Doesn't Work in Flutter in iOS

Tapping the navigation marker does not work in Flutter in iOS but it works in Android. Whenever anyone taps on the marker with an Android phone the navigation option comes down on the right side. But ...
Shaswat Singh's user avatar
0 votes
0 answers
170 views

Decrease polyline smoothly in realtime - flutter

I am able to animate the marker using the TickerProviderStateMixin class but for polyline, I don't want that when the user changes his location after that I call the directions API again to get the ...
Smith's user avatar
  • 1
0 votes
0 answers
70 views

How can i remove multiple markers in google map flutter

I am showing house number using labeled marker in google map.but i want to show the house number when the zoom is more than 19 and remove all markers when zoom is less than 19. //this is used to show ...
Raj-Ace Giri's user avatar

15 30 50 per page
1
2 3 4 5
15