Search code examples
androidgoogle-mapsandroid-studiogeojsonandroid-maps-utils

Package com.google.maps.android.geojson does not exist in com.google.maps.android:android-maps-utils:0.5+


When I upgraded my android project to android-maps-utils to 0.5+, the entire geojson package was missing.

Related Image


Solution

  • The geojson Class moved in to package com.google.maps.android.*data*.geojson.

    Changing the import to:

    import com.google.maps.android.data.geojson.*