Hi all !
Currently using the Launch Map action in my app, using the address type in the parameters, and giving it the physical address written in a Firestone Document, but the map always returns Latitude : 0 and Longitude : 0 in all my Map apps.
After looking at the main code for flutter_flow_util.dart, it seems like it uses this logic to check for coordinates and Address, but it seems like it is passed as an Extra Parameters, and if the coordinates are empty, it will return latitude 0 and longitude 0, which is not what I want, I would only want for users to enter an address and get in return a marker.
Is there anything I don't get correctly, or will I have to enter Coordinates for it to work. In this case, I think it should be mentioned that even if an Address type is entered, it will only work if coordinates are entered.
What do you guys think could solve this ?
Thank you ๐
Launch Map using Address instead of Coordinates not working ?
1
5 replies