Search Results for

    Show / Hide Table of Contents

    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 Source

    DoResolve(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx