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