| Name | Type | Description | Notes |
|---|---|---|---|
| Lat | Pointer to float64 | Latitude | [optional] |
| Lng | Pointer to float64 | Longitude | [optional] |
func NewGeocodingPoint() *GeocodingPoint
NewGeocodingPoint instantiates a new GeocodingPoint 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 NewGeocodingPointWithDefaults() *GeocodingPoint
NewGeocodingPointWithDefaults instantiates a new GeocodingPoint 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 *GeocodingPoint) GetLat() float64
GetLat returns the Lat field if non-nil, zero value otherwise.
func (o *GeocodingPoint) 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 *GeocodingPoint) SetLat(v float64)
SetLat sets Lat field to given value.
func (o *GeocodingPoint) HasLat() bool
HasLat returns a boolean if a field has been set.
func (o *GeocodingPoint) GetLng() float64
GetLng returns the Lng field if non-nil, zero value otherwise.
func (o *GeocodingPoint) GetLngOk() (*float64, bool)
GetLngOk returns a tuple with the Lng field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeocodingPoint) SetLng(v float64)
SetLng sets Lng field to given value.
func (o *GeocodingPoint) HasLng() bool
HasLng returns a boolean if a field has been set.