General Discussions
Drive to widget
gps

I want a widget to drive to the site via long,lat that I can launch from the anywhere client.

I think this might help.

https://developers.google.com/maps/documentation/urls/guide

I've got an idea to try. BRB

I want a widget to drive to the site via long,lat that I can launch from the anywhere client. I think this might help. https://developers.google.com/maps/documentation/urls/guide I've got an idea to try. BRB

Century Control Systems, Inc. www.centurycontrolsystems-inc.com

Ok, so I altered a program spawn like this,


  GUITransform(343, 23, 416, 2,
               1, 1, 1, 1, 1 { Scaling              },
               0, 0          { Movement             },
               1, 0          { Visibility, Reserved },
               0, 0, 0       { Selectability        },
               Scope(\Code, "DrawingTools", TRUE)\ProgramSpawn("https://www.google.com/maps/search/?api=1&query=" + \Root\Latitude + "," + \Root\Longitude , "Drive"));
]

Now can I do this to a hotbox?

Ok, so I altered a program spawn like this, ```` GUITransform(343, 23, 416, 2, 1, 1, 1, 1, 1 { Scaling }, 0, 0 { Movement }, 1, 0 { Visibility, Reserved }, 0, 0, 0 { Selectability }, Scope(\Code, "DrawingTools", TRUE)\ProgramSpawn("https://www.google.com/maps/search/?api=1&query=" + \Root\Latitude + "," + \Root\Longitude , "Drive")); ] ```` Now can I do this to a hotbox?

Century Control Systems, Inc. www.centurycontrolsystems-inc.com

I've updated my last comment to note that I just tested using links in the program spawn widget and it works fine. Therefore, you can simply use links to Google Maps URL's for each location.

copy something like:

https://www.google.ca/maps/dir//Trihedral+Engineering+Limited,+1160+Bedford+Hwy,+Bedford,+NS+B4A+1C1/

into the Program Spawn 'Program Path and Name' field.

I've updated my last comment to note that I just tested using links in the program spawn widget and it works fine. Therefore, you can simply use links to Google Maps URL's for each location. copy something like: ```` https://www.google.ca/maps/dir//Trihedral+Engineering+Limited,+1160+Bedford+Hwy,+Bedford,+NS+B4A+1C1/ ```` into the Program Spawn 'Program Path and Name' field.

Trihedral Engineering Ltd.

edited Feb 20 '19 at 3:07 pm

It works on android!

Neat part is I got it to use the Longitude and Latitude from the Polling Driver!

Since most of the so-called addresses for lift stations are rarely good for GPS navigation.

It works on android! Neat part is I got it to use the Longitude and Latitude from the Polling Driver! Since most of the so-called addresses for lift stations are rarely good for GPS navigation.

Century Control Systems, Inc. www.centurycontrolsystems-inc.com

edited Feb 20 '19 at 3:12 pm
102
3
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft