請教一下版上高手,口紅姬軟體中的google map要讓它同部顯示導航路徑,應如何編輯?
有去申請api key


口紅姬google map html編輯
口紅姬google map html編輯
口紅姬google map html編輯
口紅姬google map html編輯

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
type="text/javascript">



var IMAGES = [ "car_000.PNG", "car_045.PNG", "car_090.PNG", "car_135.PNG", "car_180.PNG", "car_225.PNG", "car_270.PNG", "car_315.PNG" ];
var m_x = 0;
var m_y = 0;
var marker=null;
var icons = [];
var centericon = null;

function GM_load()
{
try
{
if (GBrowserIsCompatible()) {
map = new GMap2(document.getElementById("map_canvas"));
map.addControl(new GSmallZoomControl());//GLargeMapControl3D());//GSmallZoomControl());//GSmallMapControl());
map.setCenter(new GLatLng(23.69781,120.960515), 14);
map.enableScrollWheelZoom();
map.addMapType(G_PHYSICAL_MAP);

var mapControl = new GHierarchicalMapTypeControl();
mapControl.clearRelationships();
mapControl.addRelationship(G_SATELLITE_MAP, G_HYBRID_MAP, "Labels", true);
map.addControl(mapControl);

centericon = new GIcon();
centericon.image = "car_location2.png";
centericon.iconSize = new GSize(30, 30);
centericon.iconAnchor = new GPoint(15, 15);
}
}
catch(e)
{
}
}

function initicon2(path)
{
try
{
for (var i = 0; i < 8; ++i)<br>{
if(!icons[i])
{
icons[i] = new GIcon();
icons[i].image = path + IMAGES[i];
icons[i].iconSize = new GSize(32, 32);
icons[i].iconAnchor = new GPoint(16, 16);
}
}
}
catch(e)
{
}
}

function setpin(x, y)
{
try
{
if(marker != null)
{
marker.setPoint(new GLatLng(x, y));
}
else
{
marker = new GMarker(new GLatLng(x, y), {icon: centericon});
map.addOverlay(marker);
}

map.setCenter(new GLatLng(x, y), map.getZoom());
}
catch(e)
{
}
}

function clearOvr()
{
try
{
map.clearOverlays();
marker = null;
}
catch(e)
{
}
}

function move1(x, y)
{
try
{
if(m_x != 0)
{
var polyline = new GPolyline(
[
new GLatLng(m_x, m_y),
new GLatLng(x, y)
],
"#ff0000", 3);
map.addOverlay(polyline);
}
m_x = x;
m_y = y;
}
catch(e)
{
}
}
function move2()
{
try
{
map.panTo(new GLatLng(37.4788598506851, 126.8799501657486));

var polyline = new GPolyline([
new GLatLng(37.478434141114064, 126.87977313995361),
new GLatLng(37.479149331808166, 126.87921524047851)
], "#ff0000", 3);
map.addOverlay(polyline);
}
catch(e)
{
}
}
function move3()
{
try
{
map.panTo(new GLatLng(37.4788598506851, 126.8799501657486));

var polyline = new GPolyline([
new GLatLng(37.479149331808166, 126.87921524047851),
new GLatLng(37.47972829068993, 126.88179016113281)
], "#ff0000", 3);
map.addOverlay(polyline);
}
catch(e)
{
}
}


</head>

<body onload="GM_load()" scroll=no leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

</body>
</html>
不用申請API key...


請直接前往韓國BlackVue官網下載最新版的Software後即可使用...

原廠於2013.03.07已發佈Software更新版本為ver:2.032(Viewer for Windows)
只需將原來的Software版本ver:2.030-HD-E更新為ver:2.032-HD-E即可解決此問題...

PS:我的是DR500GW-HD...
我試出來不確定對不對
一樣去抓2.032更新檔(1MB左右)
然後他會安裝在電腦裡
然後在去電腦裡口紅姬的安裝資料夾
把裡面的檔案全摳到記憶卡裡的Application資料夾附蓋
這樣就可以直接由記憶卡開啟googlemap
小弟布洛格.歡迎參觀 http://tw.myblog.yahoo.com/tklkk1
轉貼自維迪歐的FB:
相信最近大家在使用BLACKVUE軟體觀看影片時,都有遇到Google MAP API失效的問題,原廠已經在積極處理中,會以最快的速度提供新版韌體。
目前先提供暫時的解決方式:STEP1先將記憶卡格式化。STEP2將下列軟體安裝在記憶卡中。STEP3將記憶卡裝上口紅姬進行記憶卡初始化。待開機後始完成。
此時記憶卡中會有原來的BLACKVUE與新的BLACKVUEHD兩個資料夾,原BLACKVUE功能不變,但觀看影片時請戰時用BLACKVUEHD資料夾裡的BLACKVUE軟體觀看。
造成您的不變敬請見諒!
此程式適用於DR300G、DR380G-HD、DR400G-HD、DR400G-HD II

https://dl.dropbox.com/u/12096953/BlackVueSetup%28HD%29_T_v2.032.exe
小弟布洛格.歡迎參觀 http://tw.myblog.yahoo.com/tklkk1

tklkk1 wrote:
最後發現一個比較簡單...(恕刪)

可是不會顯示地圖耶?
覆蓋過去後再開啟軟體應該不會跳出金鑰失效吧
這樣就可以去開地圖了阿?
還是你不知道怎麼開?

點地圖或者點右上角類似指南針的圖案都可以連到google map
說明說上面都有吧

小弟布洛格.歡迎參觀 http://tw.myblog.yahoo.com/tklkk1
tklkk1 wrote:
覆蓋過去後再開啟軟體...(恕刪)


看您的圖真的有耶,我怎麼都是白色一片@@



tklkk1 wrote:
覆蓋過去後再開啟軟體...(恕刪)

好了,原來是我的ie8有問題,去update ie10失敗後,居然可以用了
可能有少某些元件吧!!
謝謝
文章分享
評分
評分
複製連結

今日熱門文章 網友點擊推薦!