Class Veriplace_LocationOptions

Description

Specifies optional parameters for a location request.

These can include the following:

LocationOptions may be configured globally for the application in the client configuration; some of these can also be set in a properties file using property names defined by Veriplace_DefaultClientFactory. For any given Veriplace_GetLocationAPI request that takes a LocationOptions reference, if that reference is null or if one of the object's properties has not been set, the corresponding property from the global configuration will be used instead.

Located in /Veriplace/Types.php (line 414)


	
			
Class Constant Summary
Method Summary
 Veriplace_LocationOptions __construct ([ $mode = null], [ $extraInfo = null], [ $filter = null], [ $timeoutMilliseconds = null], [ $suppressCachedPosition = null])
Methods
Constructor __construct (line 437)
Veriplace_LocationOptions __construct ([ $mode = null], [ $extraInfo = null], [ $filter = null], [ $timeoutMilliseconds = null], [ $suppressCachedPosition = null])
  • $mode
  • $extraInfo
  • $filter
  • $timeoutMilliseconds
  • $suppressCachedPosition
Class Constants
NearestPointOfInterest = 1 (line 420)

Value for $extraInfo indicating that the location should, if possible, include a reference to a Veriplace_PointOfInterest.

NearestStreetIntersection = 2 (line 429)

Value for $extraInfo indicating that the location should, if possible, include a reference to a Veriplace_StreetIntersection.

Note that this feature is not enabled for all applications; see the section on "Points of Interest and Street Intersections" in the Get Location API chapter of the Veriplace Developer Guide.

Documentation generated on Sun, 29 Aug 2010 04:08:40 -0700 by phpDocumentor 1.4.1