简体   繁体   English

我如何获得流星地标的经纬度

[英]How can i get latitude and longitude for landmark in meteor

I have city, state and country values in a collection. 我在集合中包含城市,州和国家/地区的值。 Now my question is: how do i get latitude and longitude in meteor for a specified city in the collection. 现在我的问题是:如何获取集合中指定城市的流星纬度和经度。

What you are looking for Geocoding . 您正在寻找Geocoding There are several Meteor packages that are available to achieve this. 有几种流星软件包可用于实现此目的。 You can look for Meteor packages on https://atmospherejs.com/ 您可以在https://atmospherejs.com/上查找Meteor软件包

Here's one of the many packages that solves your problem: https://atmospherejs.com/aldeed/geocoder 这是解决您问题的众多软件包之一: https : //atmospherejs.com/aldeed/geocoder

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从经纬度点获取城市名称? - How can I get city name from a latitude and longitude point? 如何通过在mapquest中手动给出地址来获得纬度和经度? - How can i get latitude and longitude by giving address manually in mapquest? 如果我具有Leaflet的经度和纬度,如何获得大概地址? - How can I get the approximate address if I have the latitude and longitude with Leaflet? 为什么我不能使用getBounds函数获得经度和纬度? - Why can't I get latitude and longitude using getBounds function? 如何获取 json 的纬度和经度属性,然后将它们转换为数组? - How can I get the latitude and longitude properties of my json and then transform them into an array? 我怎样才能从纬度和经度得到一个带有国家、城市和街道名称的字符串 - how can i get a string with country, city and street name from Latitude and Longitude 如何从JSON Google Maps获取纬度和经度坐标 - How can i get latitude and longitude coordinates from JSON Google Maps 如何从以下项中获取经度和纬度? - How do I get the latitude and longitude from the following? 我如何获得“纬度”和“经度”并将其显示在地图上 - how do i get 'latitude' and 'longitude 'and show it to your map 如何添加经度和纬度的值 - How can I add tha value of longitude and latitude
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM