class Gmaps::Marker
- Gmaps::Marker
- Reference
- Object
Defined in:
gmaps/static_map.crConstructors
- .new(latitude : Float64, longitude : Float64, label : String, color : String = "blue", size : String | Nil = nil)
- .new(location : Location, label : String | Nil = nil, color : String = "blue", size : String | Nil = nil)
Instance Method Summary
- #add_marker
- #color : String
- #color=(color : String)
- #label : String
- #label=(label : String)
- #latitude : Float64
- #latitude=(latitude : Float64)
- #longitude : Float64
- #longitude=(longitude : Float64)
- #size : String | Nil
- #size=(size : String | Nil)
- #to_url_param
Constructor Detail
def self.new(latitude : Float64, longitude : Float64, label : String, color : String = "blue", size : String | Nil = nil)
#
def self.new(location : Location, label : String | Nil = nil, color : String = "blue", size : String | Nil = nil)
#