CMGe

public class CMGe:CMObject

Copyright © 2017 Nexusgeographics All rights reserved.

Cercalia native json class

  • Create address by ge.

    Declaration

    Swift

    public func create(type: String) -> CMAddress

    Parameters

    type

    the type

    Return Value

    the address

  • The type Postal code.

    See more

    Declaration

    Swift

    public class PostalCode:CMObject
  • The type Coords.

    See more

    Declaration

    Swift

    public class Coords:CMObject
  • Gets article.

    Declaration

    Swift

    public func getArticle() -> String?

    Return Value

    the article

  • Gets dist.

    Declaration

    Swift

    public func getDist() -> String?

    Return Value

    the dist

  • Gets frc.

    Declaration

    Swift

    public func getFrc() -> String?

    Return Value

    the frc

  • Gets id.

    Declaration

    Swift

    public func getId() -> String?

    Return Value

    the id

  • Gets kmh.

    Declaration

    Swift

    public func getKmh() -> String?

    Return Value

    the kmh

  • Gets name.

    Declaration

    Swift

    public func getName() -> String?

    Return Value

    the name

  • Gets pos.

    Declaration

    Swift

    public func getPos() -> String?

    Return Value

    the pos

  • Gets prefix.

    Declaration

    Swift

    public func getPrefix() -> String?

    Return Value

    the prefix

  • Gets sname.

    Declaration

    Swift

    public func getSname() -> String?

    Return Value

    the sname

  • Gets zonename.

    Declaration

    Swift

    public func getZonename() -> String?

    Return Value

    the zonename

  • Gets zonetype.

    Declaration

    Swift

    public func getZonetype() -> String?

    Return Value

    the zonetype

  • Gets postalcode.

    Declaration

    Swift

    public func getPostalcode() -> PostalCode?

    Return Value

    the postalcode

  • Gets coord.

    Declaration

    Swift

    public func getCoord() -> Coords?

    Return Value

    the coord

  • Gets km.

    Declaration

    Swift

    public func getKm() -> CMValue?

    Return Value

    the km

  • Gets intersection.

    Declaration

    Swift

    public func getIntersection() -> CMGe?

    Return Value

    the intersection

  • Gets city.

    Declaration

    Swift

    public func getCity() -> CMKeyValue?

    Return Value

    the city

  • Gets municipality.

    Declaration

    Swift

    public func getMunicipality() -> CMKeyValue?

    Return Value

    the municipality

  • Gets subregion.

    Declaration

    Swift

    public func getSubregion() -> CMKeyValue?

    Return Value

    the subregion

  • Gets region.

    Declaration

    Swift

    public func getRegion() -> CMKeyValue?

    Return Value

    the region

  • Gets country.

    Declaration

    Swift

    public func getCountry() -> CMKeyValue?

    Return Value

    the country