GoogleMap
Wisej.Web.Ext.GoogleMaps.GoogleMap
public class GoogleMap : WidgetPublic Class GoogleMap
Inherits WidgetConstructors
GoogleMap()
Properties
ApiKey
GoogleMapsURL
InitScript
Libraries
Options
Packages
Version
Methods
AddMarker(markerId, lat, lng, options, center)
Parameter
Type
Description
AddMarker(markerId, location, options, center)
Parameter
Type
Description
AddMarker(markerId, address, options, center)
Parameter
Type
Description
AddRoute(origin, destination, travelMode)
Parameter
Type
Description
AddRoute(origin, destination, travelMode)
Parameter
Type
Description
CenterMap(lat, lng)
Parameter
Type
Description
CenterMap(location)
Parameter
Type
Description
CenterMap(address)
Parameter
Type
Description
ClearMarkers()
ClearRoutes()
CloseInfoWindow(markerId)
Parameter
Type
Description
FitBounds(coordinates)
Parameter
Type
Description
GetGeocode(callback, address)
Parameter
Type
Description
GetGeocode(callback, location)
Parameter
Type
Description
GetGeocode(callback, lat, lng)
Parameter
Type
Description
GetGeocodeAsync(address)
Parameter
Type
Description
GetGeocodeAsync(location)
Parameter
Type
Description
GetGeocodeAsync(lat, lng)
Parameter
Type
Description
RemoveMarker(markerId)
Parameter
Type
Description
ShowInfoWindow(markerId, html)
Parameter
Type
Description
ShowInfoWindow(markerId, options)
Parameter
Type
Description
Events
MapClick
MapDoubleClick
MapDragEnd
MapDragStart
MapPropertyChanged
MarkerDragEnd
MarkerDragStart
Last updated
Was this helpful?