A ashraffarid Member Licensed User Longtime User Mar 19, 2019 #1 Hi All, How to make fixed pin on the center of the map and get street name where the pin is located like i saw other solution but i didnt know how do it https://www.b4x.com/android/forum/threads/googlemaps-move-the-map-not-the-marker.53817/#content thanks
Hi All, How to make fixed pin on the center of the map and get street name where the pin is located like i saw other solution but i didnt know how do it https://www.b4x.com/android/forum/threads/googlemaps-move-the-map-not-the-marker.53817/#content thanks
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2019 #2 ashraffarid said: How to make fixed pin on the center of the map Click to expand... Add it to a transparent panel above the map. ashraffarid said: and get street name where the pin is located Click to expand... Search for geolocation. Upvote 0
ashraffarid said: How to make fixed pin on the center of the map Click to expand... Add it to a transparent panel above the map. ashraffarid said: and get street name where the pin is located Click to expand... Search for geolocation.
A ashraffarid Member Licensed User Longtime User Mar 20, 2019 #3 Thanks Erel, i saw the sample for geolocation get only my location but i want the data of the pin (customer location ) Upvote 0
Thanks Erel, i saw the sample for geolocation get only my location but i want the data of the pin (customer location )
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2019 #4 You should use the Projection object from GoogleMapsExtra to convert the screen point to Lat / Lon coordinate. Upvote 0
You should use the Projection object from GoogleMapsExtra to convert the screen point to Lat / Lon coordinate.