Loading go-packages/meep-gis-asset-mgr/asset-mgr.go +6 −6 Original line number Diff line number Diff line Loading @@ -151,15 +151,15 @@ type AssetMgr struct { } type CoordinatePowerValue struct { Latitude float32 Longitude float32 Rsrq float32 Rsrp float32 Latitude float32 `json:"latitude"` Longitude float32 `json:"longitude"` Rsrq float32 `json:"rsrq"` Rsrp float32 `json:"rsrp"` } type Coordinate struct { Latitude float32 Longitude float32 Latitude float32 `json:"latitude"` Longitude float32 `json:"longitude"` } type Position struct { Loading Loading
go-packages/meep-gis-asset-mgr/asset-mgr.go +6 −6 Original line number Diff line number Diff line Loading @@ -151,15 +151,15 @@ type AssetMgr struct { } type CoordinatePowerValue struct { Latitude float32 Longitude float32 Rsrq float32 Rsrp float32 Latitude float32 `json:"latitude"` Longitude float32 `json:"longitude"` Rsrq float32 `json:"rsrq"` Rsrp float32 `json:"rsrp"` } type Coordinate struct { Latitude float32 Longitude float32 Latitude float32 `json:"latitude"` Longitude float32 `json:"longitude"` } type Position struct { Loading