Exemplo n.º 1
0
 public BingMapsService()
 {
     _client = new SpatialDataClient(_key);
 }
Exemplo n.º 2
0
 public static void NewRelicClientTests(TestContext context)
 {
     _apiKey = "AvJQsrmfwSe4_eSLugsqhHL9F7NdEAyEm8J7Vi4FSYbcdVGAk0T9kM3UtyElbcLf";
     _client = new SpatialDataClient(_apiKey);
 }