Todo List
Implements interfaces:
[line 61]
[line 66]
[line 56]
Customise this for proxy settings etc with the getRequest/setRequest methods if necessary.
Services_OpenStreetMap_Transport_HTTP __construct( )
Overridden in child classes as:
Services_OpenStreetMap_Config getConfig( )
object getObject( string $type, mixed $id, [mixed $version = null])
Returns false if the object is not found
void getObjects( string $type, array $ids)
HTTP_Request2 getRequest( )
HTTP_Request2_Response getResponse( string $url, [string $method = HTTP_Request2::METHOD_GET], [string $user = null], [string $password = null], [string $body = null], [array $post_data = null], [array $headers = null])
Services_OpenStreetMap_Objects searchObjects( string $type, array $criteria)
Services_OpenStreetMap_API_V06 setConfig( Services_OpenStreetMap_Config $config)
Services_OpenStreetMap_Transport_HTTP setLog( Log $log)
Services_OpenStreetMap setRequest( HTTP_Request2 $request)
Use this to inject a specific HTTP_Request2 instance.