HTML5の一部として定義されているW3C Geolocation Standard(参考:Geolocation API Specification)をGoogle Maps APIで利用する方法を紹介します。 サンプル 以下のサンプルはGoogle MAPS APIを使ったページのソースです。 navigator.geolocation.getCurrentPositionを利用します。 解説はソース内部に記述しています。 <!DOCTYPE html> <html> <head> <style type="text/css"> html { height: 100% } body { height: 100%; margin: 0px; padding: 0px } #map { height: 100% } </style> <script src="http://maps.goo