Skip to main content

All Questions

Tagged with
0 votes
0 answers
496 views

API keys with referer restrictions cannot be used with this API. Error on Flutter Application

I need google map on my flutter android application. I did everything correctly. Enabled All Google Map API, Created Credentials, restricted using SHA-1 and everything. But when I compile the code and ...
Punkkk's user avatar
  • 63
1 vote
1 answer
1k views

Flutter- google maps marker navigate to new screen on tap

(1) I'm creating a list of markers within a for loop using Json data from an api for (var i in postCodesJson['records']) { Marker marker = Marker( markerId: MarkerId(i["fields&...
CODERjack's user avatar
1 vote
0 answers
2k views

{error_message: You must use an API key to authenticate each request to Google Maps Platform APIs [duplicate]

I have billing account in google cloud platform and I generate api key and used in my flutter project but its giving that error. error : "You must use an API key to authenticate each request to ...
osama's user avatar
  • 86
1 vote
0 answers
92 views

Flutter - Set up Google Maps

I believe I have set up everything correctly; yet I keep getting Authorization Error while trying to load Google Maps. I get a blank screen with the plus/minus buttons. Android Manifest </...
who-aditya-nawandar's user avatar
0 votes
1 answer
38 views

can another person run my android app when I use application restriction or API restriction to the API key in google maps?

I'm very beginner to flutter apis. I need to know when I use google map's api key with application restriction and api restriction, can other developer run my application ?
Jack Y's user avatar
  • 105
3 votes
2 answers
4k views

Android Emulator google maps showing wrong location

My android emulator google map showing wrong location in usa but im in pakistan how do i change it to my current location
Hassan Quraishi's user avatar
0 votes
1 answer
570 views

Google places API turn predictions into Prediction

I have this code to autocomplete addresses: final request = 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=$input&types=address&language=$lang&components=...
Bruno Snickers's user avatar
0 votes
2 answers
2k views

Set opacity color in google map polygon in Flutter

Is somebody know how can I set the opacity color in my polygon coordinates, I just want the black background in my polygon set the color to purple which has the opacity color and same also to the ...
BootCamp's user avatar
  • 464
0 votes
1 answer
447 views

clearMarkers() and addMarker() doesn't work

I found a code in a tutorial that no longer works. After doing some research, I realized that the google maps api had been changed and the code was therefore no longer working. The tutorial is from ...
SOS video's user avatar
  • 476
0 votes
1 answer
133 views

Why do I get the error: Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher

I tried to start my app, but I get a error... I intigrated google_maps_flutter: ^1.0.2 and geolocator: ^2.1.0. So one of this has to be the problem, but I don't understand what the error means. Error: ...
SOS video's user avatar
  • 476
0 votes
0 answers
114 views

When I try to integrate google maps, I get an error

I try to integrate google maps in my flutter app, but I get the following error: The current Flutter SDK version is 1.17.5. Because restaurant_app depends on google_maps_flutter >=1.0.0 which ...
SOS video's user avatar
  • 476
0 votes
1 answer
685 views

Flutter app error "NoSuchMethodError: The getter 'length' was called on null"

Am getting this error and can't find the why, the app shows a google map calling hospital from google map places api, api call returns fine when used in chrome, but the app fail to build showing the "...
SenTnel's user avatar
  • 31
4 votes
1 answer
2k views

Flutter Google Map API Issue when App Runs

I currently developing a app for tracking the patients. So I use google maps and I have get the API key from the google cloud platform and restrict the key as for the Android Map SDK then I changed ...
Sahan Dissanayaka's user avatar
0 votes
1 answer
247 views

How to customize google maps to receive location specific notifications

Can we customize google maps in such a way to send notifications to users when they approach to a specific location/spot.
snehit vaddi's user avatar
  • 3,994
9 votes
1 answer
20k views

How to get estimated travel time and distance in flutter

I'm trying to get estimated time and distance between users current location and predefined destination, and I cannot find a way to do this. I know that flutter now has map plugin - flutter maps but I ...
Filip Raj's user avatar
  • 253