Skip to main content
Inspiring
November 28, 2017
Answered

Google maps in an app

  • November 28, 2017
  • 2 replies
  • 681 views

Hi,

I'm working on a project in which it would be nice to have a feature which detects the distance from your current location to the location of  a given location. Say for example your looking at an image of London bridge in an app, the distance from there to your current location would be detected and displayed.

Is that possible to  integrate. I see Google provide lots of information and tutorials but nothing specifically for AS3. I have found a post in this forum from 2015.

I was just wondering if there was any more recent developments I should be aware of before I go any further?

Thanks.

This topic has been closed for replies.
Correct answer kglad

google deprecated their as3 support so i use their javascript support and externalinterface.

and you can search for a working ane, but make sure it's relatively recent before investing time in installing/using it.

2 replies

Inspiring
November 28, 2017

Thanks

external interface ??

I'll get in to that. I reckon it'll be worth the effort.

Cheers.

kglad
Community Expert
Community Expert
November 28, 2017

if you are comfortable with js, that's the route i would recommend along with js injection so all your code (including the js) in your fla or class files.

Inspiring
November 28, 2017

Comfort!?? Meh.

<<<<<< comfort zone
>>>>>>>> me doing something interesting :-)

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 28, 2017

google deprecated their as3 support so i use their javascript support and externalinterface.

and you can search for a working ane, but make sure it's relatively recent before investing time in installing/using it.