The GoogleMaps type exposes the following members.

Properties

  Name Description
Public property AutoOpenInfo
Gets or sets the value indicating if the marker information should automatically open.
Public property City
Gets or sets the google maps city location.
Public property Country
Gets or sets the google mapy country location.
Public property DefaultAddress
Gets or sets the value indicating default google maps address which is used as a fallback option. If UserId is set then the default location is set to users country.
Public property EnableGeoCoordinates
Gets or sets the value indicating if GeoCordinates should be used instead of addresses.
Public property EnableMapAsDefaultOption
Gets or sets the value indicating if the map mode will be the default view mode.
Public property EnableMarker
Gets or sets the value indicating if google maps markers should be used to indicate the selected address.
Public property Height
Gets or sets the Google maps height.
Public property HeightSizeUnitType
Gets or sets the value indicating the height size unit type.
Public property IsDraggable
Gets or sets the value indicating if the marker is draggable.
Public property Latitude
Gets or sets the google maps Latitude. This property is used if EnableGeoCordinates property is enabled.
Public property Longitude
Gets or sets the google maps longitude. This property is used if EnableGeoCordinates property is enabled.
Public property MarkerInfo
Gets or sets the map marker information.
Public property MarkerTitle
Gets or sets the map marker title.
Public property StreetAddress
Gets or sets the google maps street address.
Public property UserId
Gets or sets the UserId for whom the location will be shown. Setting this property overrides any manual location setups. By default this property is not set.
Public property Width
Gets or sets the Google maps width.
Public property WidthSizeUnitType
Gets or sets the value indicating the width size unit type.
Public property Zoom
Gets or sets the Google maps zoom level.

See Also