Structures

The following structures are available globally.

  • AMLMapView including standard the view components: AMLSearchBar, AMLMapControlView, and AMLPlaceCellView.

    See more

    Declaration

    Swift

    public struct AMLMapCompositeView : View
  • The SwiftUI wrapper for MGLMapView

    See more

    Declaration

    Swift

    public struct AMLMapView : View
  • An IdentifiablePlace and from a Geo.Place for use in SwiftUI views requiring Identifiable conformance.

    Important

    The id property is generated on creation and NOT associated with a specific Geo.Place.
    See more

    Declaration

    Swift

    @dynamicMemberLookup
    public struct IdentifiablePlace : Identifiable
  • A SwiftUI Wrapper around UIActivityIndicatorView.

    See more

    Declaration

    Swift

    public struct AMLActivityIndicator : UIViewRepresentable
  • SwiftUI preview for AMLActivityIndicator

    See more

    Declaration

    Swift

    public struct AMLActivityIndicator_Preview : PreviewProvider
  • AMLMapControlView that displays zoom in, zoom out, and align north buttons.

    See more

    Declaration

    Swift

    public struct AMLMapControlView : View
  • View to display information from a Geo.Place. For use in a List or ForEach

    See more

    Declaration

    Swift

    public struct AMLPlaceCellView : View
  • A list of places created with an array of Geo.Place.

    See more

    Declaration

    Swift

    public struct AMLPlaceList : View
  • A Search Bar used to take location user search input.

    See more

    Declaration

    Swift

    public struct AMLSearchBar : View