Interactive google maps


#1

is it possible to create an interactive prototype of google maps. I want to make prototype where the google map will show me the actual location on searching as in the real application.


#2

Hi rupa.karuvingal,

Create a dynamic panel and give it a name.
Then publish your prototype on Axshare and go into the settings of your projet on share.axure.com.
Under plugins, create a new plugin and for the location enter the name of the dynamic panel you created.
Finally copy paste the code from google map:

<!iframe src=“https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2762.391740072271!2d6.127039851788926!3d46.18276267901355!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x478c7b23a2aaaee5%3A0x58745883402ca17!2sblue-infinity+SA+(Geneva)!5e0!3m2!1sen!2sch!4v1483695704478” width=“352” height=“352” frameborder=“0” style=“border:0” allowfullscreen>

This code is an example, replace the url (src) with the location you want and don’t forget to put the width and height of your dynamic panel.
(Remove the “!” in the iframe balise)

This obviously won’t work if you use your prototype locally.


#3

Thank you so much @fudris . Will surely try to implement this.