How to display google maps inside flash memory using javascript api v3?

I know there is an api for flash, but it is deprecated, how can I display google maps inside flash using javascript api v3

+4
source share
2 answers

you can use iFrame and run your map there.

0
source

You can use another map API, such as MapQuets or Umap. These api have a syntax similar to the google API - it will be easy to port. In addition, I think that there are no tools for using "javascript api v3" in Flash, even with an IFrame, but you can create some libraries yourself

0
source

Source: https://habr.com/ru/post/1397931/


All Articles