Complete list of new features by objects
- GoogleMarker
- IconAnchor - Property to set anchor for custom icons and solve the issue: Markers in different locations when zooming out Title is required.
- 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.