Method: MapboxMarker.size

Defined in:
lib/mapbox/mapbox_marker.rb

.sizeObject



8
9
10
11
12
13
14
# File 'lib/mapbox/mapbox_marker.rb', line 8

def self.size
  {
    :small => SMALL_PIN,
    :medium => MEDIUM_PIN,
    :large => LARGE_PIN
  }
end