Questions tagged [fluttermap]

187 questions
-1
votes
1 answer

Google Maps Flutter - polyline does not show up on the map

I'm trying to create directions/routes on the map but the polyline doesn't appear on the. Created new key without restriction, deactivated and reactivated the services: Roads API, Service Usage API, Service Management API, Stackdriver APIs, Street…
-1
votes
1 answer

setState alternative for abstract class?

I want my map to update every time a new marker is added to it. I want to add some abstraction to my app, so I decided to dedicate the marker management to a MarkerManager class. Problem is, I now don't have the possibility to use setState, which I…
gabhar
  • 187
  • 1
  • 4
  • 14
-1
votes
1 answer

How can I get access to a map from another class in flutter?

I have a map in class called show_page.dart, it takes it's values from functions in the same class. Map records = {}; What I want is to use it in another class page called records_page.dart to put it in…
user14217653
-1
votes
1 answer

Ontap is not working on Google Maps marker in flutter

I am working on a project, i am using google_maps_flutter to show maps and markers on the screen & search_map_place to search places on the map, i have provided the source code below, there is a bug in the source code, whole project is control…
-2
votes
1 answer

Flutter - How to check if an index exists in a List

There's function to select the chapters based on index selectInitialChapters(index:1){ // code to select the chapter details based on index // chapter is a map final keys = chapters.keys.toList(); final key = keys[index]; // the passed index may…
Febin Johnson
  • 277
  • 1
  • 6
  • 21
-2
votes
1 answer

HTTP request failed, statusCode: 403,tile.openstreetmap.org in Flutter

Am getting the 403 error while trying to load tiles from the OpenStreetMap, I am looking for a way to solve the issue, I think I might have violated the heavy use but the app is just in the development stage. Thanks in advance
1 2 3
12
13