Interface IResolveGeoCoordinates
Interface which must be implemented into the logic that decides, whether to calculate geo coordinates or not.
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public interface IResolveGeoCoordinates
Methods
| Improve this Doc View SourceDoResolve(PhysicalAddress)
Validate whether to calculate geocoordinates or not
Declaration
bool DoResolve(PhysicalAddress address)
Parameters
Type | Name | Description |
---|---|---|
PhysicalAddress | address | Physical address object |
Returns
Type | Description |
---|---|
System.Boolean | True if coordinates whould be resovled |