问题标签 [maps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - 如何更改地图中一对中的值
我可以:
但是当我这样做时:
我在 VS 2008 中挂断了调试器。
有什么提示吗?
google-maps - Google Maps Tiles - 如何将 30k 坐标划分为图块
是否可以有效地将 30k(并且还在增长)或更多坐标划分为 Google 地图上的图块?
我的目标是索引所有坐标 - 分配给一个图块,然后为每个缩放级别定义一个图块大小。
在客户端,标记管理器将对每个图块进行聚类(理想情况下,该图块的点数少于 200)
新坐标将自动分配给特定的图块。
maps - 在虚拟地球上绘制地址
如何在地图上绘制地址点?
我想基本上使用 VEMap.Find(),但只需获取位置的坐标。
java - Determining whether geographic point is within X meters of a state border (using shapefile for border data)
So I'm writing a Java app, and I've got an ESRI Shapefile which contains the borders of all the U.S. states. What I need is to be able to determine whether any given lat/lon point is within a specified distance from ANY state border line - i.e., I will not be specifying a particular border line, just need to see whether the point is close to any of them.
The solution does NOT have to be very precise at all; e.g. I don't need to be dealing with measuring perpendicular to the border, or whatever. Just checking to see if going X meters north, south, east or west would result in crossing a border would be more than sufficient. The solution DOES have to be computationally efficient, as I'll be performing a huge number of these calculations.
I'm planning to use the GeoTools library (though if there's a simpler option, I'm all for it) with the Shapefile plugin. What I don't really understand is: Once I've got the shapefile loaded into memory, how do I check to see whether I'm near a border?
Thanks! -Dan
iphone - 使用谷歌地图 api 从 iPhone 进行反向地理编码纬度/经度
我目前正在使用谷歌地图的反向地理编码 API 将从 iPhone 的 CoreLocation API 接收到的经纬度转换为谷歌应用引擎服务器上的城市/州信息。
这会被视为违反条款吗?我做了一些研究,找不到这个问题的直接答案。
现在,我们将免费分发我们的 iPhone 应用程序。
javascript - Openstreetmap:在网页中嵌入地图(如谷歌地图)
有没有办法在您的页面中嵌入/混搭 OpenStreetMap(就像Google Maps API的工作方式一样)?
我需要在我的页面内显示一个带有一些标记的地图,并允许拖动/缩放,也许是路由。我怀疑会有一些 Javascript API 用于此,但我似乎找不到它。
搜索为我提供了访问原始地图数据的 API,但这似乎更适用于地图编辑;此外,对于 AJAX 来说,使用它将是一项繁重的任务。
apache-flex - 有没有办法在 Flex 上使用 OpenLayers?
有没有办法在 Flex 上使用 OpenLayers?到目前为止,我已经找到了 Open-Scales 项目,但它正在开发中(功能不完整)。
maps - 谷歌地图:想要将地图分成多个子边界
我想把谷歌地图显示分成 200 个部分,我有这个代码
我只是想不通它有什么问题......有什么想法吗?
javascript - 将 Google 地图数据导入 iPhone
编写一个 iPhone 应用程序,我需要使用 Google Maps api 来获取方向和路线。不幸的是,谷歌地图是围绕 javascript 工作的。
知道怎么做吗?
maps - 地理编码数据库
我可以下载地址、城市、州、邮政编码 - 纬度/经度信息,这些信息可以单独加载到美国的数据库中。还可以评论它们的准确性和覆盖范围。
我想所有的 GPS 设备都这样做.. 任何可以提取此信息的指针?
我尝试了 google maps json api.. 并且不喜欢他们限制每秒请求数的想法..
谢谢,拉米亚
编辑:我正在寻找的是 csv 或转储中的“地址、城市、州、邮政编码、纬度/经度”……我可以在本地查询……当然……免费(非商业)。