A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.

C# | Visual Basic |
public class Bounds : IScriptDataConverter
Public Class Bounds _ Implements IScriptDataConverter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Bounds()()()() | Initializes a new instance of the Bounds class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromScriptData(Object) |
Retrieves an instance of Bounds from script data.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(String to Bounds) |
Performs an implicit conversion from String to Bounds.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NorthEast |
Gets or sets the north east point of bounds.
|
![]() ![]() | Parse(String) |
Parses the specified bounds.
|
![]() | SouthWest |
Gets or sets the south west point of bounds.
|
![]() | ToScriptData()()()() |
Returns the instance as a script data.
|
![]() | ToString()()()() |
Returns a String that represents this instance.
(Overrides Object.ToString()()()().) |

Object | |
![]() | Bounds |