GLMapView

extension GLMapView
  • animate(_:) Asynchronous

    Async/await wrapper around animate(_:withCompletion:).

    Declaration

    Swift

    @discardableResult
    @MainActor
    func animate(_ animations: (GLMapAnimation) -> Void) async -> Bool

    Return Value

    true when the animation finished normally, false when it was canceled.