English 中文(简体)
how can load gmap link on mobile browser
原标题:

I just created a page to display google map using gmap api and map displaying well on the pc but when i send this link http://ratebol.com/statmap_v3.php to mobile map is not displaying.

Please give me solution to display map on mobile...

问题回答

On the iPhone you can call either of the methods below. I recommend that you use method #2 since it will work on mobile or non-mobile devices.

Method #1

<a href="maps:q=Austin, TX">Austin, Map</a>

Method #2

<a href="http://maps.google.com/maps?hl=en&amp;q=austin,+tx">Austin, Map</a>

This method (#2) is parsed with you click the link. The iPhone and other devices see "maps.google.com" and know to launch the Google Maps application if installed and supported by the device. Otherwise it will open in the browser.





相关问题
How to decide the current point reach on google map?

How to decide the current point reach on google map? I have a list of points (pickup points) of a route that I want to show in my google map with polyline. Now i have to get the current location of ...

Topographical or relief data in Map APIs

I was wondering if anyone knew of any map APIs that offer topographical or relief data? I ve had a quick look at Google and Bing APIs, but could find nothing there. Google allow you to view a map as ...

Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Adding a custom icon to a google map

I need a hand adding a custom icon to some Google Maps javascript. Code below for your reference: function populateMap() { var map = new GMap2(document.getElementById("map")); map.setCenter(new ...

RSS to KML Overlay

I m want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) that would display ...

开放街道地图管理员

我需要开放Street的标记管理员。 地图,如山角地图。

热门标签