Properties for cWebGeoLocation
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| Name | Returns the full name of the object including parentage | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Parent | Returns the parent of an object | cObject |
| pbAutoStart | Determines whether tracking starts automatically when the parent view or application is loaded | cWebGeoLocation |
| pbAutoStop | Determines whether tracking stops automatically when the parent view or application is hidden | cWebGeoLocation |
| pbEnableHighAccuracy | oIndicates to the browser that the application wants the best possible results | cWebGeoLocation |
| pbServerOnError | Determines whether the OnError event will fire on the server when an error occurs | cWebGeoLocation |
| pbServerOnLocationChange | Determines whether the OnLocationChange event is sent to the server | cWebGeoLocation |
| pbTracking | Indicates if tracking is currently enabled or not | cWebGeoLocation |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| phoActionJsonData | Handle to a JSON Object representing the action data during a server action | cWebObject |
| piMaxAge | Indicates the maximum age a cached position is accepted in milliseconds | cWebGeoLocation |
| piMaxTimeout | Indicates the maximum number of milliseconds between position updates when using continuous location tracking | cWebGeoLocation |
| piMinTimeout | oIndicates the minimum number of milliseconds between position updates when using continuous location tracking | cWebGeoLocation |
| pnAccuracy | Denotes the accuracy level of the latitude and longitude coordinates in meters | cWebGeoLocation |
| pnHeading | Denotes the direction of travel of the hosting device | cWebGeoLocation |
| pnLatitude | Geographic latitude, specified in decimal degrees | cWebGeoLocation |
| pnLongitude | Geographic longitude, specified in decimal degrees | cWebGeoLocation |
| pnSpeed | Denotes the magnitude of the hosting device's current velocity in meters per second | cWebGeoLocation |
| psClientOnError | Name of the client-side OnError event | cWebGeoLocation |
| psClientOnLocationChange | Name of the client-side OnLocationChange event | cWebGeoLocation |
| psDynamicObjectId | The (unique) ID of the dynamic object | cWebObject |
| psJSClass | Determines which JavaScript class belongs to the DataFlex class | cWebObject |