ThingWorx Extensibility > Extensions > Google Widgets > Google Location Picker Widget
Google Location Picker Widget
The Google Location Picker widget is a control that allows a user to either enter a location via WGS84 format of latitude, longitude, and elevation, or use a Google map to pinpoint a location. That location can then be bound to other widgets or services as needed for your solution.
This widget is specific to Google Maps and may require specific licensing for use within a corporation. Other map widgets are available depending on your company's licenses.
* 
This widget is included in the Google Widgets extension package, which must be imported.
* 
Styles and common widget properties are not included in the table below.
Property Name
Description
Base Type
Default Value
Bindable? (Y/N)
Localizable? (Y/N)
Longitude
The location longitude.
NUMBER
n/a
N
N
Latitude
The location latitude.
NUMBER
n/a
N
N
Elevation
The location elevation.
NUMBER
0
N
N
Units
The location units.
STRING
WGS84
Y
N
Location
The location value (longitude, latitude, elevation).
LOCATION
n/a
Y
N
ShowElevation
Displays the elevation.
BOOLEAN
True
N
N
ShowUnits
Displays the units.
BOOLEAN
True
N
N
UseMap
Enables location selection via Google Maps (otherwise, requires manual data entry).
BOOLEAN
True
N
N
MapWidth
The width of the map widget.
NUMBER
600
N
N
MapHeight
The height of map widget.
NUMBER
400
N
N
TabSequence
Order in the Tab sequence.
NUMBER
0
N
N
ResetToDefaultValue
Reset the values to defaults.
n/a
n/a
Y
N
ShowDataLoading
Allows the loading data to be visible.
BOOLEAN
True
N
N
Visible
Is the widget visible in run time?
BOOLEAN
True
N
N
Related Links
Was this helpful?