Maps for WinRT
Distance Method


The first geographic coordinate.
The second geographic coordinate.
Returns the distance, in meters, between two geographic coordinates.
Syntax
'Declaration
 
Public Shared Function Distance( _
   ByVal longLat1 As Point, _
   ByVal longLat2 As Point _
) As Double
'Usage
 
Dim longLat1 As Point
Dim longLat2 As Point
Dim value As Double
 
value = C1Maps.Distance(longLat1, longLat2)
public static double Distance( 
   Point longLat1,
   Point longLat2
)

Parameters

longLat1
The first geographic coordinate.
longLat2
The second geographic coordinate.

Return Value

The distance, in meters, between the two geographic coordinates.
See Also

Reference

C1Maps Class
C1Maps Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback