需要googlemap.enableGoogleBar = true才能使V2适用于V3

时间:2015-05-08 19:46:03

标签: google-maps google-maps-api-3

我的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"

1 个答案:

答案 0 :(得分:0)

v2在几年前(2010年5月19日)被弃用并关闭。试试Places API中的SearchBox