Class GeoCoordinatesManager
Manage the calculation of geo coordinates for physical addresses
Inheritance
System.Object
GeoCoordinatesManager
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 GeoCoordinatesManager
Constructors
| Improve this Doc View SourceGeoCoordinatesManager(IResolveGeoCoordinates)
Initialize new resolver
Declaration
public GeoCoordinatesManager(IResolveGeoCoordinates rule)
Parameters
Type | Name | Description |
---|---|---|
IResolveGeoCoordinates | rule | Resolver rule |
Methods
| Improve this Doc View SourceRefresh(PhysicalAddress)
Resolve geo coordinates
Declaration
public void Refresh(PhysicalAddress address)
Parameters
Type | Name | Description |
---|---|---|
PhysicalAddress | address | Address to refresh |
RefreshAll()
Refresh all geo coordinates, for not deleted contacts
Declaration
public void RefreshAll()