+ 1
My App cannot fetch the map address and cannot display it on screen when I click the set location button always show no address
I made a shopping app where I used the GCP map and api to fetch the address and their is add , cancel and address button so when we click on address button a map is shown with set location button and then when we select the address and in add item we ask the quantity and name of item if they select name , quantity and address then it displays in box but every time when we select the set location button it cannot fetch the data always show no address how to deal with this error
2 Answers
+ 3
Google APIs are finicky to work with.
Let's first examine where's the issue.
Is it.
- configuration of Maps API or
- App code.
0
My api is working because Map is loaded on the screen so API works but I don't understand why he cannot fetch the location