Beispiel #1
0
 public bool Exists(GeoDistance distance) => distances.Exists(distance);
Beispiel #2
0
 public bool Exists(Geocode code) => codes.Exists(code);
Beispiel #3
0
 public bool Exists(GeocodeMatrix matrix) => matrices.Exists(matrix);
Beispiel #4
0
 public bool Exists(Geocode geoCode) => codes.Exists(geoCode);