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