Ejemplo n.º 1
0
 public LocationDesignator(string call, string loc, GEOSOURCE source) : this(call, loc, MaidenheadLocator.LatFromLoc(loc), MaidenheadLocator.LonFromLoc(loc), source, 0, DateTime.UtcNow)
 {
 }
Ejemplo n.º 2
0
 public LocationDesignator(string call, string loc) : this(call, loc, MaidenheadLocator.LatFromLoc(loc), MaidenheadLocator.LonFromLoc(loc), ScoutBase.Core.GEOSOURCE.FROMLOC, 0, DateTime.UtcNow)
 {
 }