public void pointTo(tsPoint p) { point(p.Lat, p.Lon); }
public jsonPoint(jsonListener Aparent, tsContentTo doc) : base(Aparent) { p = new tsPoint(doc); }
public void pointTo(tsPoint p) { if (fStage == 0) if (fEnabled && (p.Key != null)) { int id; fmap.New_node(p.Key, p.Lat * DegToRad, p.Lon * DegToRad, znil, out id); } }
public void pointTo(tsPoint p) { beginObject(p,PosStr(p.Lat,p.Lon)); endObject(); }