【问题标题】:Need googlemap.enableGoogleBar=true for V2 to work for V3V2 需要 googlemap.enableGoogleBar=true 才能为 V3 工作
【发布时间】: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


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 2016-07-28
    • 2019-05-18
    • 1970-01-01
    • 2012-02-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-08-27
    相关资源
    最近更新 更多