【发布时间】:2015-07-19 20:04:21
【问题描述】:
除了 googlemap.enableGoogleBar=true 之外,我的 asp 代码似乎可以工作。我相信我正在使用 V3,这就是原因。有没有人知道如何使用我当前的代码进行这项工作。
googlemap.zoomlevel=10
googlemap.width=700
googlemap.height=400
googlemap.useDelay=200
'googlemap.errorMessage="This address was not found in Google Maps"
'googlemap.noAddressSet="No Benches found"
'googlemap.maptype="G_NORMAL_MAP"
googlemap.enableGoogleBar=true 'show the Google Search Box bottom-left (true or false)
googlemap.GLargeMapControl=true 'show the Large Map Control (true or false)
'googlemap.GMapTypeControl=true
googlemap.GOverviewMapControl=False
'Now you can add multiple address-objects to the GoogleMap-object
dim address,strState, StrStreet, strCiudad, Image, strPosting,strPopUp,strNote
if strAddress <> "" then
set address=new cls_address
'address.iconURL="http://martinsbs/maps/orange_pushpin.png"
【问题讨论】:
-
也许让英语母语人士阅读您的帖子可能会很有用。我很难弄清楚你想问什么。
标签: google-maps google-maps-api-3