Properties for cWebGeoLocation
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. | cObject |
| Name | Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. | cObject |
| Object_Label | Returns the short name of an object Object_Label returns the short name of the object using the Name property. | cObject |
| Parent | Returns the parent of an object The Parent property returns parent object handle of an object. | cObject |
| pbAutoStart | Determines whether tracking starts automatically when the parent view or application is loaded 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 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 Indicates 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 When set to False, the OnLocationChange event is not set to the server. | cWebGeoLocation |
| pbTracking | Indicates if tracking is currently enabled or not 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 cJsonObject handle 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 Geographic latitude, specified in decimal degrees. | cWebGeoLocation |
| pnLongitude | Geographic longitude, specified in decimal degrees Geographic longitude, specified in decimal degrees. | cWebGeoLocation |
| pnSpeed | Denotes the magnitude of the hosting device's current velocity in meters per second Denotes the magnitude of the hosting device's current velocity in meters per second. | cWebGeoLocation |
| psClientOnError | Name of the client-side OnError event Set psClientOnError to the name of a global JavaScript client-side event handler. | cWebGeoLocation |
| psClientOnLocationChange | Name of the client-side OnLocationChange event Set psClientOnLocationChange to the name of a global JavaScript client-side event handler. | cWebGeoLocation |
| psDynamicObjectId | The (unique) ID of the dynamic object The (unique) ID of the dynamic object. | cWebObject |
| psJSClass | Determines which JavaScript class belongs to the DataFlex class Each control class on the server has a client-side JavaScript class that implements its user interface. | cWebObject |