Constructor
ShumateCoordinatenew_full
Declaration [src]
ShumateCoordinate*
shumate_coordinate_new_full (
  double latitude,
  double longitude
)
Description [src]
Creates a new instance of ShumateCoordinate initialized with the given coordinates.
Parameters
- latitude
- 
            Type: doubleThe latitude coordinate. 
- longitude
- 
            Type: doubleThe longitude coordinate. 
Return value
Type: ShumateCoordinate
The created instance.
| The data is owned by the called function. |