Table of Contents

Class LatLngBounds

public class LatLngBounds
Inheritance
LatLngBounds
Inherited Members

Constructors

LatLngBounds(LatLng, LatLng)

public LatLngBounds(LatLng ne, LatLng sw)

Parameters

ne LatLng
sw LatLng

Properties

NorthEast

public LatLng NorthEast { get; set; }

Property Value

LatLng

SouthWest

public LatLng SouthWest { get; set; }

Property Value

LatLng