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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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