struct UI::MapAnnotation

Defined in:

ui/views/map_view.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(latitude : Float64, longitude : Float64, title : String = "", subtitle : String | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(latitude _latitude = @latitude, longitude _longitude = @longitude, title _title = @title, subtitle _subtitle = @subtitle) #

[View source]
def latitude : Float64 #

def longitude : Float64 #

def subtitle : String | Nil #

def title : String #