class Gmaps::Marker

Defined in:

gmaps/static_map.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(latitude : Float64, longitude : Float64, label : String, color : String = "blue", size : String | Nil = nil) #

[View source]
def self.new(location : Location, label : String | Nil = nil, color : String = "blue", size : String | Nil = nil) #

[View source]

Instance Method Detail

def add_marker #

[View source]
def color : String #

[View source]
def color=(color : String) #

[View source]
def label : String #

[View source]
def label=(label : String) #

[View source]
def latitude : Float64 #

[View source]
def latitude=(latitude : Float64) #

[View source]
def longitude : Float64 #

[View source]
def longitude=(longitude : Float64) #

[View source]
def size : String | Nil #

[View source]
def size=(size : String | Nil) #

[View source]
def to_url_param #

[View source]