struct
UI::MapAnnotation
- UI::MapAnnotation
- Struct
- Value
- Object
Defined in:
ui/views/map_view.crConstructors
Instance Method Summary
- #clone
- #copy_with(latitude _latitude = @latitude, longitude _longitude = @longitude, title _title = @title, subtitle _subtitle = @subtitle)
- #latitude : Float64
- #longitude : Float64
- #subtitle : String | Nil
- #title : String
Constructor Detail
def self.new(latitude : Float64, longitude : Float64, title : String = "", subtitle : String | Nil = nil)
#
Instance Method Detail
def copy_with(latitude _latitude = @latitude, longitude _longitude = @longitude, title _title = @title, subtitle _subtitle = @subtitle)
#