package bplan type TiplocLatLong struct { Tiploc string Latitude float64 Longitude float64 } type TiplocOS struct { Tiploc string Easting int64 Northing int64 }