Todo List
[line 62]
[line 60]
Customise this for proxy settings etc with the getRequest/setRequest methods if necessary.
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 setRequest( HTTP_Request2 $request)
Use this to inject a specific HTTP_Request2 instance.
[line 46]
[line 42]
[line 34]
[line 38]