Method
ShumateDataSourcestart_request
since: 1.1
Declaration [src]
ShumateDataSourceRequest*
shumate_data_source_start_request (
  ShumateDataSource* self,
  int x,
  int y,
  int zoom_level,
  GCancellable* cancellable
)
Parameters
- x
- 
            Type: intX coordinate to request. 
- y
- 
            Type: intY coordinate to request. 
- zoom_level
- 
            Type: intZoom level to request. 
- cancellable
- 
            Type: GCancellableFor cancelling the request. The argument can be NULL.The data is owned by the caller of the method. 
Return value
Type: ShumateDataSourceRequest
A ShumateDataSourceRequest object for tracking
the request.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |