Example #1
0
 public OsmRequest(OsmTileServerConfig osmConfig)
 {
     OsmConfig = osmConfig;
 }
Example #2
0
 public OsmRequest(KnownTileServers knownTileServers)
     : this(OsmTileServerConfig.Create(knownTileServers, null))
 {
 }
Example #3
0
 public OsmRequest(KnownTileServers renderer, string apiKey)
     : this(OsmTileServerConfig.Create(renderer, apiKey))
 {
 }
Example #4
0
 public OsmRequest(OsmTileServerConfig osmConfig)
 {
     OsmConfig = osmConfig;
 }