嵌入式MAP与GEOlocation的区别

时间:2014-04-11 23:09:46

标签: google-maps geolocation

请让我知道保持谷歌地图如下的区别 http://www.addmap.org/这非常简单并且使用GEO Location API。 https://developers.google.com/maps/documentation/javascript/examples/map-geolocation

<html>
<body>
<div style="width:600px; height:500px; overflow:hidden;"><iframe width="600" 
height="500" src="https://maps.google.com/maps?
q=Berry%20Street%2012%20%2C%20%20New%20York&t=m&z=14&ie=UTF8&iwloc=&output=embed" 
frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><iframe 
src="http://www.embed-google-map.com/embed-map.php?get=map-datas" frameborder="0" 
scrolling="no" marginheight="0" marginwidth="0"><a href="http://www.staubers.de" 
class="map-data">staubers.de</a><style>.maps-style_map:initreaction=10false_attempt10-
border</style></iframe></div>

</body>

</html>

1 个答案:

答案 0 :(得分:0)

我认为最大的区别在于,通过实际的直接API使用,您可以利用应用提供的任何功能,从而使地图服务的使用更加动态。

使用addmap,你只能拥有他们所支持的东西(从来没有使用它,看起来你只能在地图上显示一个位置),因此如果这对你来说足够了,那么我想用简单的解决方案

如果您怀疑将来会有addmap未涵盖的需求,那么我建议您了解真正的API使用情况