Jack Bua
Posts: 0
Joined: Sun Jun 28, 2015 10:16 pm

Popup on Google Map icons

I hate to chime in without any real solid advice, but you asked me if I could look at it so, here it goes:

As far as what this code is doing, I have no clue. If you are simply wanting to setup an if condition to determine whether or not to bypass or trigger a portion of code, then that I can help with..

if(VARNAME){
CODE TO FIRE IF VAR HAS A VALUE
}

In order for this to work properly you must first obtain the variable. Depending on your setup, this can be several ways. I think the best way to do this with Appery, if possible, is to have your variable be a Local Storage Variable, then referencing it is as simple as:

var stor = Apperyio.storage.STORAGENAME.get("$['VARNAME']");

I hope your issue can be solved that easily, but I have a feeling it is not that simple. Sorry if I cannot help you here.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Popup on Google Map icons

Blair - could you please confirm that this is works for you, please?

Amr Osman
Posts: 0
Joined: Sat Nov 14, 2015 11:58 am

Popup on Google Map icons

Hi Yurri , Does this codes applies to googlemap in Ionic based App ? I need such code to implement in googleMap .

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Popup on Google Map icons

Hello,

InfoWindow is a common solution for all projects' types. Please look at this google documentation: https://developers.google.com/maps/do...

Return to “Issues”