Home
last modified time | relevance | path

Searched defs:PointLatLng (Results 1 – 1 of 1) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DPointLatLng.cs16 public struct PointLatLng struct
21 private double fLat;
22 private double fLng;
23 private bool fNotEmpty;
26 public PointLatLng(double lat, double lng) in PointLatLng() argument
36 public bool IsEmpty
43 public double Lat
54 public double Lng
75 public override bool Equals(object obj) in Equals()
90 public override int GetHashCode() in GetHashCode()
[all …]