Hello everyone,
I'm new here, and I'm trying to understand how everything work.
I'm wondering how I could display google maps in my project, and allow user to interact with it. I'm familiar with the google maps api, so that part won't be a problem.
I've searched everywhere, all I could find was old plugins for Construct 2 that you can't even download anymore.
What I would need would be to be able to load google maps in an iframe, and be able to place the current position on the map using the lat and long vars that I have.
Then how would it be possible to get the updated url (that includes the updated information) if the user changed the landmark?
I just need directions, if anyone have a clue, it would be much appreciated.
PS: I'd rather not use a plugin (don't even know if you can use plugin with construct 3), I'd like to do everything myself if possible.