SearchForCoordinatesOptions

struct SearchForCoordinatesOptions

Optional parameters when searching for coordinates.

  • The maximum number of results returned per request.

    Declaration

    Swift

    public var maxResults: Int?
  • Extra plugin-specific options, only used in special circumstances when the existing options do not provide a way to utilize the underlying Geo plugin functionality. See plugin documentation for expected key/values.

    Declaration

    Swift

    public var pluginOptions: Any?
  • Declaration

    Swift

    public init(maxResults: Int? = nil,
                pluginOptions: Any? = nil)