Method: MapboxMarker.size
- Defined in:
- lib/mapbox/mapbox_marker.rb
.size ⇒ Object
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 |