| C# |
namespace mojoPortal.Web.Controls.google
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| AnalyticsTransaction |
Author: Joe Audette
Created: 2008-08-12
Last Modified: 2008-08-12
The use and distribution terms for this software are covered by the
Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
which can be found in the file CPL.TXT at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.
You must not remove this notice, or any other, from this software.
An transaction you can map to from your commerce order for tracking purchases in google Analytics.
You must add transaction items corresponding to your order items.
| |
| AnalyticsTransactionItem |
Author: Joe Audette
Created: 2008-08-12
Last Modified: 2008-08-12
The use and distribution terms for this software are covered by the
Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
which can be found in the file CPL.TXT at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.
You must not remove this notice, or any other, from this software.
An item you can map to from your commerce order items for tracking purchases in google Analytics
| |
| GMapBasePanel | ||
| GStaticMap |
Author: Joe Audette
Created: 2008-03-23
Last Modified: 2008-03-23
The use and distribution terms for this software are covered by the
Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
which can be found in the file CPL.TXT at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.
You must not remove this notice, or any other, from this software.
implements support for google static map
http://code.google.com/apis/maps/documentation/staticmaps/
| |
| GStaticMapType | ||
| LocationMap |
This a control for displaying a google map based on the location set in the location property.
This is more simple than using latitude longitude, lat and long are derived automatically if possible
from the location. Alternatively you can set the coordinates.
TODO: implement more of the optional features like overlays etc
| |
| MapType |