4 changed files with 39 additions and 14 deletions
@ -0,0 +1,20 @@ |
|||||
|
/** |
||||
|
* 邮箱 |
||||
|
* @param {*} s |
||||
|
*/ |
||||
|
export default function init() { |
||||
|
window.TMap = { |
||||
|
Map: T.Map, |
||||
|
service: { |
||||
|
Search: T.LocalSearch, |
||||
|
Geocoder: T.Geocoder, |
||||
|
}, |
||||
|
MultiMarker() {}, |
||||
|
LatLng(lat, lng) { |
||||
|
return { |
||||
|
lat, |
||||
|
lng, |
||||
|
}; |
||||
|
}, |
||||
|
}; |
||||
|
} |
Loading…
Reference in new issue