Datacoper Software
Datacoper Software

Reputation: 3

Draw Polygon without using connection - Google Maps Android

I wonder if there is some way to draw polygons on Android without using a connection even without showing the map, only drawing the lines.

Currently I can only do this after you have connected at least once on the Internet (probably to validate the key), but I need it completely offline even that does not show the map but only the polygons and lines.

Can anyone help?

Upvotes: 0

Views: 532

Answers (1)

Andrii Omelchenko
Andrii Omelchenko

Reputation: 13343

You can use custom TileProvider like in this answer with blank tiles and than draw polygon as usual.

Upvotes: 1

Related Questions