Geo

public enum Geo

Namespace for GeoCategory Types

  • A bounding box defined by southwest and northeast corners.

    See more

    Declaration

    Swift

    struct BoundingBox
  • A pair of coordinates to represent a location (point).

    See more

    Declaration

    Swift

    struct Coordinates
  • Country codes for use with Amplify Geo.

    See more

    Declaration

    Swift

    struct Country
  • Geo Error

    See more

    Declaration

    Swift

    enum Error
    extension Geo.Error: AmplifyError
  • Identifies the name and style for a map resource.

    See more

    Declaration

    Swift

    struct MapStyle : Equatable
  • A place defined by coordinates and optional additional locality information.

    See more

    Declaration

    Swift

    struct Place
  • Results handler for Amplify Geo.

    Declaration

    Swift

    typealias ResultsHandler<T> = (Result<T, Error>) -> Void
  • The area to search.

    See more

    Declaration

    Swift

    enum SearchArea
  • Optional parameters when searching for text.

    See more

    Declaration

    Swift

    struct SearchForTextOptions
  • Optional parameters when searching for coordinates.

    See more

    Declaration

    Swift

    struct SearchForCoordinatesOptions