Search Results for

    Show / Hide Table of Contents

    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 Source

    GeoCoordinatesManager(IResolveGeoCoordinates)

    Initialize new resolver

    Declaration
    public GeoCoordinatesManager(IResolveGeoCoordinates rule)
    Parameters
    Type Name Description
    IResolveGeoCoordinates rule

    Resolver rule

    Methods

    | Improve this Doc View Source

    Refresh(PhysicalAddress)

    Resolve geo coordinates

    Declaration
    public void Refresh(PhysicalAddress address)
    Parameters
    Type Name Description
    PhysicalAddress address

    Address to refresh

    | Improve this Doc View Source

    RefreshAll()

    Refresh all geo coordinates, for not deleted contacts

    Declaration
    public void RefreshAll()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx