Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
When I upgraded my android project to android-maps-utils to 0.5+, the entire geojson package was missing.
geojson 类移入包com.google.maps.android。*数据* .geojson。
将导入更改为:
import com.google.maps.android.data.geojson.*