Complete list of new features by objects
- GoogleMarker
- AutoPan - Gets or sets a value indicating whether to 'Auto-pan' the map as you drag the marker near the edge.
- Bouncy - Gets or sets a value indicating whether this <see cref="GoogleMarker"/> is bouncy. Toggles whether or not the marker should bounce up and down after it finishes dragging.
- Clickable - Gets or sets a value indicating whether this <see cref="GoogleMarker"/> is clickable. Toggles whether or not the marker is clickable. Markers that are not clickable or draggable are inert, consume less resources and do not respond to any events.
- IconAnchor - Property to set anchor for custom icons and solve the issue: Markers in different locations when zooming out Title is required.
- InfoWindowAnchor - The pixel coordinate relative to the top left corner of the icon image at which this icon is anchored to the map.
- CloseInfoWindow() - Method to fire invokation of closeInfoWindow function of the GMarker instance from the server-side code.
- Hide() - Method to fire invokation of hide function of the GMarker instance from the server-side code.
- OpenInfoWindow() - Method to fire invokation of openInfoWindow function of the GMarker instance from the server-side code.
- OpenInfoWindowHtml() - Method to fire invokation of openInfoWindowHtml function of the GMarker instance from the server-side code.
- Show() - Method to fire invokation of show function of the GMarker instance from the server-side code.
- GoogleDirection
- Bounds - Property to get the bounds of driving directions on the server-side code. Have in mind it requires an additional post back after driving directions are loaded. See it at GoogleDirection Reference(section Extra Data).
- Distance - Property to get the distance of driving directions on the server-side code. Have in mind it requires an additional post back after driving directions are loaded. See it at GoogleDirection Reference(section Extra Data).
- Duration - Property to get the duration of driving directions on the server-side code. Have in mind it requires an additional post back after driving directions are loaded. See it at GoogleDirection Reference(section Extra Data).
- GooglePolyline
- Bounds - Property to get the bounds of polyline on the server-side code. Have in mind it requires an additional post back after polyline is loaded. See it at GooglePolyline Reference(section Extra Data).
- Hide() - Method to fire invokation of hide function of the GPolyline instance from the server-side code.
- Show() - Method to fire invokation of show function of the GPolyline instance from the server-side code.
- GooglePolygon
- Bounds - Property to get the bounds of polygon on the server-side code. Have in mind it requires an additional post back after polyline is loaded. See it at GooglePolygon Reference(section Extra Data).
- Hide() - Method to fire invokation of hide function of the GPolygon instance from the server-side code.
- Show() - Method to fire invokation of show function of the GPolygon instance from the server-side code.