Method
ShumateViewportwidget_coords_to_location
Declaration [src]
void
shumate_viewport_widget_coords_to_location (
  ShumateViewport* self,
  GtkWidget* widget,
  double x,
  double y,
  double* latitude,
  double* longitude
)
Parameters
| widget | GtkWidget | 
| A  | |
| The data is owned by the caller of the function. | |
| x | double | 
| The x coordinate. | |
| y | double | 
| The y coordinate. | |
| latitude | double* | 
| Return location for the latitude. | |
| The argument will be set by the function. | |
| longitude | double* | 
| Return location for the longitude. | |
| The argument will be set by the function. |