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:
Flescio
2023-06-14 11:08:36 +02:00
committed by GitHub
parent e5213057eb
commit e6f1992896
18 changed files with 715 additions and 23 deletions

View File

@@ -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: { })