Search Results for

    Show / Hide Table of Contents

    Class GeoHelper

    Provides methods that helps to work with geo data

    Inheritance
    System.Object
    GeoHelper
    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.Logistics.Telematic
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public static class GeoHelper

    Methods

    | Improve this Doc View Source

    GetDistance(Double, Double, Double, Double)

    Get the distance between two geo coordinates

    Declaration
    public static double GetDistance(double latitudeFrom, double longitudeFrom, double latitudeTo, double longitudeTo)
    Parameters
    Type Name Description
    System.Double latitudeFrom

    From latitude

    System.Double longitudeFrom

    From longitude

    System.Double latitudeTo

    To latitude

    System.Double longitudeTo

    To longitude

    Returns
    Type Description
    System.Double

    Distance in meter

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