2012-09-05から1日間の記事一覧

「DirectionsService」 ディレクション(道案内)サービス。 リクエストの要求、計算された結果。 またDirectionsRenderer オブジェクトで直接地図に描画することができる。「origin」 LatLng | String(必須) ルートの計算を開始する、開始位置を指定。「des…

google map API [javascript]

<html lang="ja"> <head> <meta charset="UTF-8"> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true&language=ja"></script> <title>google map API javascript</title> <script type="text/javascript"> function initialize(){ </meta></head></html>