Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.12 KB

File metadata and controls

82 lines (45 loc) · 2.12 KB

SnappedWaypoint

Properties

Name Type Description Notes
Lon Pointer to float64 Longitude of location. [optional]
Lat Pointer to float64 Latitude of location. [optional]

Methods

NewSnappedWaypoint

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

NewSnappedWaypointWithDefaults

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

GetLon

func (o *SnappedWaypoint) GetLon() float64

GetLon returns the Lon field if non-nil, zero value otherwise.

GetLonOk

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.

SetLon

func (o *SnappedWaypoint) SetLon(v float64)

SetLon sets Lon field to given value.

HasLon

func (o *SnappedWaypoint) HasLon() bool

HasLon returns a boolean if a field has been set.

GetLat

func (o *SnappedWaypoint) GetLat() float64

GetLat returns the Lat field if non-nil, zero value otherwise.

GetLatOk

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.

SetLat

func (o *SnappedWaypoint) SetLat(v float64)

SetLat sets Lat field to given value.

HasLat

func (o *SnappedWaypoint) HasLat() bool

HasLat returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]