class MapPrint::Providers::Bing

Constants

BASE_URL

Public Instance Methods

build_provider(base_url=nil) click to toggle source
# File lib/map_print/providers/bing.rb, line 7
def build_provider(base_url=nil)
  TileFactory.new(base_url || BASE_URL, 'bing', @south_west, @north_east, @zoom)
end