Search code examples
androidmapboxmapbox-android

Mapbox Android Draw polygon by adding markers


I am new to Mapbox, I want to add polygon endpoints and generate a polygon. once polygon is generated I want to get this endpoint for further processing, can I do this using mapBox? I have seen an example of generating polygon by adding predefined points, I want to do this by user interaction.


Solution

  • Mapbox Provides land Selection for this type of scenario. please look more info here.

    https://docs.mapbox.com/android/maps/examples/satellite-land-select/