Name | Type | Description | Notes |
---|---|---|---|
Lat | Pointer to interface{} | Latitude of the anchor point | [optional] |
Lon | Pointer to interface{} | Longitude of the anchor point | [optional] |
func NewGeoDistanceLocationAnchor() *GeoDistanceLocationAnchor
NewGeoDistanceLocationAnchor instantiates a new GeoDistanceLocationAnchor 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 NewGeoDistanceLocationAnchorWithDefaults() *GeoDistanceLocationAnchor
NewGeoDistanceLocationAnchorWithDefaults instantiates a new GeoDistanceLocationAnchor 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 *GeoDistanceLocationAnchor) GetLat() interface{}
GetLat returns the Lat field if non-nil, zero value otherwise.
func (o *GeoDistanceLocationAnchor) GetLatOk() (*interface{}, 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 *GeoDistanceLocationAnchor) SetLat(v interface{})
SetLat sets Lat field to given value.
func (o *GeoDistanceLocationAnchor) HasLat() bool
HasLat returns a boolean if a field has been set.
func (o *GeoDistanceLocationAnchor) SetLatNil(b bool)
SetLatNil sets the value for Lat to be an explicit nil
func (o *GeoDistanceLocationAnchor) UnsetLat()
UnsetLat ensures that no value is present for Lat, not even an explicit nil
func (o *GeoDistanceLocationAnchor) GetLon() interface{}
GetLon returns the Lon field if non-nil, zero value otherwise.
func (o *GeoDistanceLocationAnchor) GetLonOk() (*interface{}, 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 *GeoDistanceLocationAnchor) SetLon(v interface{})
SetLon sets Lon field to given value.
func (o *GeoDistanceLocationAnchor) HasLon() bool
HasLon returns a boolean if a field has been set.
func (o *GeoDistanceLocationAnchor) SetLonNil(b bool)
SetLonNil sets the value for Lon to be an explicit nil
func (o *GeoDistanceLocationAnchor) UnsetLon()
UnsetLon ensures that no value is present for Lon, not even an explicit nil