Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLatLngNeedsExactlyTwoValues = errors.New("LatLng needs exactly two values")
Functions ¶
This section is empty.
Types ¶
type Exif ¶
type Exif struct {
Date time.Time `json:"date,omitempty"`
Data map[string]any `json:"data,omitempty"`
Coordinates *LatLng `json:"coordinates,omitempty"`
}
func (Exif) GetCountry ¶ added in v0.8.0
func (Exif) GetRawCoordinates ¶ added in v0.8.0
func (Exif) HasAddress ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.