TNEntityAdditionalGeoLocation

@objcMembers
open class TNEntityAdditionalGeoLocation : NSObject, Codable

This class defines an additional geo location that is relevant for the Charge Point. The geodetic system to be used is WGS 84.

  • Latitude of the point in decimal degree.

    Declaration

    Swift

    public var latitude: Double?
  • Longitude of the point in decimal degree.

    Declaration

    Swift

    public var longitude: Double?
  • Name of the point in local language or as written at the location.

    Declaration

    Swift

    public var name: TNEntityDisplayText?