File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ type Producer ThirdParty
8787// (such as IP geo lookup), or by user registration information (for example provided to a publisher
8888// through a user registration).
8989type Geo struct {
90- Lat * float32 `json:"lat,omitempty"` // Latitude from -90 to 90
91- Lon * float32 `json:"lon,omitempty"` // Longitude from -180 to 180
90+ Lat * float64 `json:"lat,omitempty"` // Latitude from -90 to 90
91+ Lon * float64 `json:"lon,omitempty"` // Longitude from -180 to 180
9292 Country * string `json:"country,omitempty"` // Country using ISO 3166-1 Alpha 3
9393 Region * string `json:"region,omitempty"` // Region using ISO 3166-2
9494 Regionfips104 * string `json:"regionfips104,omitempty"` // Region of a country using fips 10-4
You can’t perform that action at this time.
0 commit comments