geopoints

    1熱度

    1回答

    下面的meta標籤會在下面產生linter警告。我在一兩個博客上看過Facebook不再使用這些標籤,但考慮到他們的界面,我很難相信它。有沒有人看到任何問題? <meta property="og:latitude" content="27.41076"> <meta property="og:longitude" content="-82.65850"> <meta prop

    0熱度

    1回答

    我從使用mylocation類的GPS提供商獲取數據。代碼是這樣的: MyLocation.LocationResult locationResult = new MyLocation.LocationResult() { @Override public void gotLocation(Location location) { //Got the loca

    6熱度

    1回答

    方向我已經3個地理 (起始位置)11.986242477259117,79.84657287597656` (中間位置)11.984521304799278,79.84583258628845 (完現在的位置)11.985014568760436, 79.844491481781 我從How to draw a path on a map using kml file? 獲得知識,我已經drawe

    4熱度

    2回答

    我試圖將屏幕座標轉換爲android mapview中的地理座標。我需要在屏幕中心顯示一個標記(mapview填充在窗口中)。所以我嘗試使用display metrics getWidth()和getHeight()方法獲取中心座標,並使用mapView.getProjection()。fromPixels(height/2,width/2)將其轉換爲geoppo點。但它似乎給了錯誤的結果。我該怎

    0熱度

    1回答

    我試圖在地圖上添加一些GeoPoints,但我遇到了一些「特殊」問題。 緯度值的範圍爲+90至-90,因此我想補充一點,像這樣...... int latitude: 85000000; int longitude = 45000000; GeoPoint point = new GeoPoint(latitude, longitude); ...並在此之後我仔細檢查與緯度值: point

    1熱度

    1回答

    我試圖將GPS數據存儲在Sqlite數據庫中。我檢索通過DDMS KML文件中的數據,我這樣說存放在一個GeoPoint: GeoPoint p = new GeoPoint(latitude,longitude) 的問題是,GeoPoint()接受經度和緯度只如int,因爲它不是雙格式定義。現在,如果我有45.3242355作爲經度,它將以Sqlite的形式存儲爲int-453242355。

    0熱度

    1回答

    我從Google地方信息URL獲取緯度和經度作爲字符串。現在我想使用獲得的座標在地圖上放置一個別針。有些東西是愚蠢的,因爲我試圖將字符串解析爲GeoPoint的整數,結果顯示爲0,0,因此該引腳位於非洲海岸附近。這裏是我的代碼: int lati5Int, longi5Int; String latiString = in.getStringExtra(TAG_GEOMETRY_LOCAT

    1熱度

    1回答

    的陣列我已經做到了這一點: public class LongTravlOverlay extends Overlay{ private Projection projection; private List<GeoPoint> glist; GeoPoint gP1; GeoPoint gP2; public LongTravlOverlay(