{"id":3435,"date":"2014-03-17T09:48:02","date_gmt":"2014-03-17T00:48:02","guid":{"rendered":"https:\/\/gunmagisgeek.com\/wordpress\/?p=3435"},"modified":"2014-03-17T09:48:08","modified_gmt":"2014-03-17T00:48:08","slug":"post-3435","status":"publish","type":"post","link":"https:\/\/gunmagisgeek.com\/blog\/google-map-api\/3435","title":{"rendered":"Google Maps API\u306e\u3061\u3087\u3063\u3068\u3057\u305f\u9032\u5316"},"content":{"rendered":"<p>\u4eca\u307e\u3067\u3001Google Maps API\u3067\u7def\u5ea6\u7d4c\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u969b\u306f\u3001google.maps.LatLng\u3092\u4f7f\u3063\u3066\u65b0\u305f\u306a\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u4f5c\u6210\u3057\u306a\u304f\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u304c\u3001 versions 3.16 \u4ee5\u964d\u3067\u306f\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb\u3067\u6307\u5b9a\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u305f\u305d\u3046\u3067\u3059\u3002<\/p>\n<pre class=\"lang:js mark:3 decode:true \" title=\"before\" >var myOptions = {\r\n\tzoom: 8,\r\n\tcenter: new google.maps.LatLng(36.322356, 139.013057),\r\n\tmapTypeId: google.maps.MapTypeId.ROADMAP\r\n};<\/pre>\n<pre class=\"lang:js mark:3 decode:true \" title=\"after\" >var myOptions = {\r\n\tzoom: 8,\r\n\tcenter: {lat: 36.322356, lng: 139.013057}\r\n\tmapTypeId: google.maps.MapTypeId.ROADMAP\r\n};<\/pre>\n<p>\u3061\u3087\u3063\u3068\u3057\u305f\u5909\u66f4\u3067\u3059\u304c\u3001\u5229\u7528\u3057\u3084\u3059\u304f\u306a\u308a\u307e\u3057\u305f\u306d\u3002<\/p>\n<p>\u3010\u53c2\u7167\u3011<br \/>\n<a href=\"http:\/\/googlegeodevelopers.blogspot.jp\/2014\/03\/streamlining-code-in-javascript-maps-api.html\">Google Geo Developers Blog: Streamlining code in the JavaScript Maps API<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4eca\u307e\u3067\u3001Google Maps API\u3067\u7def\u5ea6\u7d4c\u5ea6\u3092&hellip;<\/p>\n","protected":false},"author":1,"featured_media":3436,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37],"tags":[],"class_list":["post-3435","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google-map-api","has-post-thumbnail-archive"],"_links":{"self":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/3435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/comments?post=3435"}],"version-history":[{"count":0,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/3435\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/media\/3436"}],"wp:attachment":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/media?parent=3435"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/categories?post=3435"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/tags?post=3435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}