EmptyGoogleMaps Class

Creates an empty Google Maps field that can be populated via the GoogleMap field.

Definition

Namespace: MobileTrack.Web.Portal.Components.Overviews
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public class EmptyGoogleMaps : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    EmptyGoogleMaps

Constructors

EmptyGoogleMapsInitializes a new instance of the EmptyGoogleMaps class

Properties

GoogleMap Google Map interface to insert/remove data from
GoogleMapOptions Default options: zooms in on the Netherlands, and shows roads rather than terrain. Can be altered if need be.
RequiredPermissionsForManage Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage)
RequiredPermissionsForView Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView)

Methods

See Also