百度地图 Baidu Map
页面源码
事件 Events
参数/Parameter |
说明/Description |
类型/Type |
默认值/DefaultValue |
可选值/ValueList |
---|---|---|---|---|
BaiduKey |
为空则在 IConfiguration 服务获取 "BaiduKey" , 默认在 appsettings.json 文件配置 |
string |
- | |
Style |
地图大小 |
string |
height:700px;width:100%; |
- |
Init |
初始化 |
Task<bool> |
- |
- |
ResetMaps |
复位 |
Task |
- |
- |
GetLocation |
获取定位 |
void |
- |
- |
OnResult |
获取定位回调 |
Func<BaiduItem, Task> |
- |
- |
OnError |
错误信息回调 |
Func<string, Task> |
- |
- |