i followed your help and i did this:
and i got this again:
As you can see.. there are " around the str(geolocation) and as such the whole thing is treated as a string..
I'm not really sure how I did it last time..
The issue lies with the plugin..
I'll look if I can find my project..
thaaaanks
You should just use : str(GeoLocation.Latitude) and str(Geolocation.Longitude)
No "" around it, just like I said..
thanks, ok no i don't have anymore the alert-bug, but nothing change?
OK its working but how to show the path from my position to the point i want to reach?
the point i want to reach:
latitude "50.82811"
longitude "4.45351"
this is my actual result, my position is in green
You'd need a routing api for that..
This is just a way to show a map..
Develop games in your browser. Powerful, performant & highly capable.
it is feseable in construct 2?
With plugins almost everything is..
Don't think a plugin exists for it yet, though..
actually the map and my position works in realtime, but instead of moving the green arrow, who represent my position it creates a new one, do you know whats wrong?
also i saw the position is really wierd, not really where im on the map :s how to deal with that?
When im moving the icon point who represent my position is duplicated a lot of time :s
i found something strange "Leaflet" map is not really accurate, the Longitude & Latitude are really wierd, wrong if i compare to my position, the differnce its almost 10m away from my real position :s
This is great, exactly what I was looking for. Would it be possible to get user defined points from a server or something? Like multiple users could log what they saw at their location?
this is old and was completly solved, for multiple realtime position is not possible with Leaflet and with google map because those plugins are outdated, and no more updated, corrected.
Those plugins work fine, for very basic stuffs, but those plugins need a real update, too much bugs actually and no one want to update those old plugins....
Thats why i created this post
https://www.scirra.com/forum/request-quot-osm-quot-amp-quot-googlemap-quot-updates_t167817
imothep85 ah bummer. oh well, I might still try playing around with this at some point. I'm wanting to build a program where people can upload points of interest to some kind of database from the app, and can also pull up other (static) points of interests that other users have uploaded. would that be possible or no?