谷歌地圖商店定位器谷歌地圖商店定位器ColdFusion的
https://code.google.com/p/storelocator/
例子: 1)https://storelocator.googlecode.com/git/examples/panel.html
2)https://storelocator.googlecode.com/git/examples/dynamic.html
我想從CFQUERY
動態創建storelocator是否有可能創建storelocator我n coldfusion?
任何人都可以幫我嗎?
<cfquery name="qCompany" datasource="#application.dsn#">
select
name,
addrress,
city,
state,
zip,
country,
phone,
latitude,
longitude
from wcountry_company
</cfquery>
你有試過什麼嗎?你是否得到任何錯誤或意外的結果?你看過API嗎? – Travis
我曾嘗試使用JSON數據和JavaScript對象,併發布了示例,我在找什麼。 – mDEV123