Table of Contents

Class LatLngQuad

public class LatLngQuad
Inheritance
LatLngQuad
Inherited Members

Constructors

LatLngQuad(LatLng, LatLng, LatLng, LatLng)

public LatLngQuad(LatLng topRight, LatLng topLeft, LatLng bottomRight, LatLng bottomLeft)

Parameters

topRight LatLng
topLeft LatLng
bottomRight LatLng
bottomLeft LatLng

Properties

BottomLeft

public LatLng BottomLeft { get; set; }

Property Value

LatLng

BottomRight

public LatLng BottomRight { get; set; }

Property Value

LatLng

TopLeft

public LatLng TopLeft { get; set; }

Property Value

LatLng

TopRight

public LatLng TopRight { get; set; }

Property Value

LatLng