Location

open class Location : CoatyObject

Object model representing location information including geolocation according to W3C Geolocation API Specification.

This interface can be extended to allow additional attributes that provide other information about this position (e.g. street address, shop floor number, etc.).

Class registration.

  • Undocumented

    Declaration

    Swift

    override open class var objectType: String { get }

Attributes.

Initializer.

Codable methods.

  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    open override func encode(to encoder: Encoder) throws