Table of Contents

Constructor GeoPoint

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

GeoPoint(double, double)

Creates a point from two coordinates.

public GeoPoint(double x, double y)

Parameters

x double

First coordinate component.

y double

Second coordinate component.