Mapbox GeoJson
GeoJson 是專門繪製路徑。先使用ArrayList<Point>將經緯度加入其中,路徑加入Feature,由Feature產生FeatureCollection,最後再產生GeoJsonSource。
GeoJson需由map的style使用addSource加入,最後style加為Layout設定線條樣式
GeoJson 是專門繪製路徑。先使用ArrayList<Point>將經緯度加入其中,路徑加入Feature,由Feature產生FeatureCollection,最後再產生GeoJsonSource。
GeoJson需由map的style使用addSource加入,最後style加為Layout設定線條樣式
