I live in Monterey, CA and I own a Android smart phone. I created a webpage with Google Static Map Wizard and wanted to watch myself walk around town on my new phone by viewing the webpage on the phone. Is it possible to display a marker on the static map of my current (on the move) location? I am really into myself and would like to watch myself walk around town.
This is the code that I got out of the map wizard. Any help or direction would be very appreciated. I am not sure how to add the current location?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org
/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<img src="http://maps.googleapis.com/maps/api/staticmap?center=36.595914,-121.887295&
zoom=16&format=png&sensor=false&size=400x500&maptype=hybrid" />
</body>
</html>