Structures
The following structures are available globally.
-
See moreAMLMapView
including standard the view components:AMLSearchBar
,AMLMapControlView
, andAMLPlaceCellView
.Declaration
Swift
public struct AMLMapCompositeView : View
-
The
See moreSwiftUI
wrapper forMGLMapView
Declaration
Swift
public struct AMLMapView : View
-
An IdentifiablePlace and from a
Geo.Place
for use in SwiftUI views requiringIdentifiable
conformance.Important
Theid
property is generated on creation and NOT associated with a specificGeo.Place
.Declaration
Swift
@dynamicMemberLookup public struct IdentifiablePlace : Identifiable
-
A SwiftUI Wrapper around
See moreUIActivityIndicatorView
.Declaration
Swift
public struct AMLActivityIndicator : UIViewRepresentable
-
SwiftUI preview for
See moreAMLActivityIndicator
Declaration
Swift
public struct AMLActivityIndicator_Preview : PreviewProvider
-
AMLMapControlView that displays zoom in, zoom out, and align north buttons.
See moreDeclaration
Swift
public struct AMLMapControlView : View
-
View to display information from a
See moreGeo.Place
. For use in aList
orForEach
Declaration
Swift
public struct AMLPlaceCellView : View
-
A list of places created with an array of
See moreGeo.Place
.Declaration
Swift
public struct AMLPlaceList : View
-
A Search Bar used to take location user search input.
See moreDeclaration
Swift
public struct AMLSearchBar : View