mirror of
https://github.com/ente-io/ente.git
synced 2025-05-29 05:51:19 +00:00
7 lines
116 B
Go
7 lines
116 B
Go
package export
|
|
|
|
type Location struct {
|
|
Latitude float64 `json:"latitude"`
|
|
Longitude float64 `json:"longitude"`
|
|
}
|