Exemplo n.º 1
0
 public GeoShapePointTests(GeoCluster cluster) : base(cluster)
 {
 }
Exemplo n.º 2
0
        public GeoShapePolygonTests(GeoCluster cluster) : base(cluster)
        {
            var client = cluster.GetClient();

            _mosmanSuburb = client.Get <Suburb>(11681);
        }