C# Class Apex.System.Address

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_system_Address.htm#apex_class_system_Address
Show file Open project: jayonsoftware/apexsharp

Public Methods

Method Description
Address ( )
getCity ( ) : string
getCountry ( ) : string
getCountryCode ( ) : string
getDistance ( Apex.System.Location other, string unit ) : double
getGeocodeAccuracy ( ) : string
getLatitude ( ) : double
getLongitude ( ) : double
getPostalCode ( ) : string
getState ( ) : string
getStateCode ( ) : string
getStreet ( ) : string

Method Details

Address() public method

public Address ( )

getCity() public method

public getCity ( ) : string
return string

getCountry() public method

public getCountry ( ) : string
return string

getCountryCode() public method

public getCountryCode ( ) : string
return string

getDistance() public method

public getDistance ( Apex.System.Location other, string unit ) : double
other Apex.System.Location
unit string
return double

getGeocodeAccuracy() public method

public getGeocodeAccuracy ( ) : string
return string

getLatitude() public method

public getLatitude ( ) : double
return double

getLongitude() public method

public getLongitude ( ) : double
return double

getPostalCode() public method

public getPostalCode ( ) : string
return string

getState() public method

public getState ( ) : string
return string

getStateCode() public method

public getStateCode ( ) : string
return string

getStreet() public method

public getStreet ( ) : string
return string