|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Positioner interface. An application uses Positioner interface to request mobile device position.
| Method Summary |
| Type | Method |
|---|---|
PositionResult |
requestPosition(java.lang.String mobileID)
Request position of a mobile target. |
PositionResult[] |
requestPosition(java.lang.String[] mobileIDs)
Request position information of a number of mobile targets. |
PositionResult[] |
requestPosition(java.lang.String[] mobileIDs,
PositioningQoS pqos)
Request position information of a number of mobile targets. |
PositionResult |
requestPosition(java.lang.String mobileID,
PositioningQoS pqos)
Request position information of a mobile target. |
| Method Detail |
public PositionResult requestPosition(java.lang.String mobileID)
throws MPException
PositioneResult object is returned. If an error occurs it throws an
MPException. Please note that a PositioneResult
may be an error result. You need to check error code of a PositioneResult
before accessing other information.mobileID - The mobile target's ID.
public PositionResult[] requestPosition(java.lang.String[] mobileIDs)
throws MPException
PositioneResult object is returned. If error occurs it throws an MPException.
Please note that a PositioneResult
may be an error result. You need to check error code of a PositioneResult
before accessing other information.mobileIDs - A String array representing the mobile IDs.
public PositionResult requestPosition(java.lang.String mobileID,
PositioningQoS pqos)
throws MPException
PositioneResult object is returned. If error occurs it throws an MPException.
Please note that a PositioneResult
may be an error result. You need to check error code of a PositioneResult
before accessing other information.mobileID - The mobile target's ID.qos - The requested positioning quality of service.
public PositionResult[] requestPosition(java.lang.String[] mobileIDs,
PositioningQoS pqos)
throws MPException
mobileIDs - A String array representing the mobile targets' IDs.qos - The requested positioning quality of service.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||