set up map sdk and reusable map view component (#1062)
* added map sdk with basic permission and static view * add location annotation * create dedicate service for MapTiler URLs * manage error for MapLibre component * add error to new Alert item
This commit is contained in:
@@ -51,6 +51,7 @@ struct ErrorAlertItem: AlertItem {
|
||||
var action: () -> Void
|
||||
}
|
||||
|
||||
var error: Error
|
||||
var title = L10n.commonError
|
||||
var message = L10n.errorUnknown
|
||||
var cancelAction = Action(title: L10n.actionOk, action: { })
|
||||
|
||||
Reference in New Issue
Block a user