| Name | Type | Description | Notes |
|---|---|---|---|
| Lon | Pointer to float64 | Longitude of location. | [optional] |
| Lat | Pointer to float64 | Latitude of location. | [optional] |
func NewSnappedWaypoint() *SnappedWaypoint
NewSnappedWaypoint instantiates a new SnappedWaypoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnappedWaypointWithDefaults() *SnappedWaypoint
NewSnappedWaypointWithDefaults instantiates a new SnappedWaypoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SnappedWaypoint) GetLon() float64
GetLon returns the Lon field if non-nil, zero value otherwise.
func (o *SnappedWaypoint) GetLonOk() (*float64, bool)
GetLonOk returns a tuple with the Lon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnappedWaypoint) SetLon(v float64)
SetLon sets Lon field to given value.
func (o *SnappedWaypoint) HasLon() bool
HasLon returns a boolean if a field has been set.
func (o *SnappedWaypoint) GetLat() float64
GetLat returns the Lat field if non-nil, zero value otherwise.
func (o *SnappedWaypoint) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnappedWaypoint) SetLat(v float64)
SetLat sets Lat field to given value.
func (o *SnappedWaypoint) HasLat() bool
HasLat returns a boolean if a field has been set.