Class DefaultBusinessAddressGeoCoordinateRule
Resolves a geo coordinate if it has not been resolved yet
Inheritance
System.Object
DefaultBusinessAddressGeoCoordinateRule
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class DefaultBusinessAddressGeoCoordinateRule : IResolveGeoCoordinates
Methods
| Improve this Doc View SourceDoResolve(PhysicalAddress)
Check whether to resolve or not
Declaration
public bool DoResolve(PhysicalAddress address)
Parameters
Type | Name | Description |
---|---|---|
PhysicalAddress | address | Address instance |
Returns
Type | Description |
---|---|
System.Boolean | If the address is a business address, resolve it |