Constructor
ShumateTilenew_full
Declaration [src]
ShumateTile*
shumate_tile_new_full (
  guint x,
  guint y,
  guint size,
  guint zoom_level
)
Parameters
- x
- 
            Type: guintThe x position. 
- y
- 
            Type: guintThe y position. 
- size
- 
            Type: guintThe size in pixels. 
- zoom_level
- 
            Type: guintThe zoom level. 
Return value
Type: ShumateTile
A ShumateTile.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |