Reputation: 1612
I've created offline maps with Mapbox and MBtiles, it's working perfectly. But the problem is, I couldn't create custom callouts as per my need. I want to create a callout similar to this screenshot.
.
How can I achieve this using Mapbox?
Upvotes: 1
Views: 571
Reputation: 5128
You'll want to tap into the dependent project that Mapbox uses, SMCalloutView
, for this.
Upvotes: 4