我的asp代码似乎工作,除了googlemap.enableGoogleBar = true。我相信我正在使用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"