Namespace GoogleMaps
Classes
Bounds
A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.
BoundsEventArgs
Class for containing bounds event data.
FullscreenControlOptions
Options for the rendering of the fullscreen control.
GoogleMap
Wraps Google Maps API as ASP.NET Custom Control, providing an easy and fast way of adding Google Maps in your ASP.NET pages with "Zero-Written-JavaScript" code. ASP.NET Google Maps Control includes many features(markers, polyline, polygons, directions) and gives you almost all Google Maps API functionality in enjoyable ASP.NET way of coding.
GoogleMapContext
GoogleMapDesigner
GoogleMapState
This extends GoogleMap to persists main map settings state during server postbacks.
GoogleStaticMap
The Google Static Maps API lets you embed a Google Maps image on your web page without requiring JavaScript or any dynamic page loading. The Google Static Maps API service creates your map based on URL parameters sent through a standard HTTP request and returns the map as an image you can display on your web page.
LatLng
LatLng is a point in geographical coordinates, latitude and longitude. Notice that although usual map projections associate longitude with the x-coordinate of the map, and latitude with the y-coordinate, the latitude coordinate is always written first, followed by the longitude. Notice also that you cannot modify the coordinates of a LatLng. If you want to compute another point, you have to create a new one.
MapEventArgs
Class for containing map's event data.
MapTypeControlOptions
Options for the rendering of the map type control.
MarkersExtender
Summary description for GoogleMarkersExtender
MarkersExtenderDesigner
MouseEventArgs
Class for containing mouse event data.
OverviewMapControlOptions
Options for the rendering of the pan control.
PanControlOptions
Options for the rendering of the pan control.
Point
A point on a two-dimensional plane.
PolylineOptions
The options for a google polyline.
RotateControlOptions
Options for the rendering of the rotate control.
ScaleControlOptions
Options for the rendering of the scale control.
SearchBoxControlOptions
Options for the rendering of the search box control.
Size
StreetViewControlOptions
Options for the rendering of the Street View pegman control on the map.
StrokePosition
The possible positions of the stroke on a polygon.
ZoomControlOptions
Options for the rendering of the zoom control.
Enums
ControlPosition
Identifiers used to specify the placement of controls on the map. Controls are positioned relative to other controls in the same layout position. Controls that are added first are positioned closer to the edge of the map. +----------------+
- TL TC TR +
- LT RT +
- +
- LC RC +
- +
- LB RB +
- BL BC BR + +----------------+ Elements in the top or bottom row flow towards the middle. Elements at the left or right sides flow downwards.
GoogleMapLibrary
To specify additional libraries to load within the bootstrap request by specifying a libraries parameter, passing that parameter the name of the library or libraries. Multiple libraries may be specified.
GoogleStaticMap.ImageFormats
Images may be returned in several common web graphics formats: GIF, JPEG and PNG. jpg and jpg-baseline typically provide the smallest image size, though they do so through "lossy" compression which may degrade the image. gif, png8 and png32 provide lossless compression. Most JPEG images are progressive, meaning that they load a coarser image earlier and refine the image resolution as more data arrives. This allows images to be loaded quickly in webpages and is the most widespread use of JPEG currently.However, some uses of JPEG(especially printing) require non-progressive(baseline) images. In such cases, you may want to use the jpg-baseline format, which is non-progressive.
MapType
Identifiers for common MapTypes.
MapTypeControlStyle
Identifiers for common MapTypesControls.
ScaleControlStyle
Identifiers for scale control ids.
ZoomControlStyle
Identifiers for the zoom control.