How to use Mappedin in Flutter

Hi Msohm,
Hope you doing well !
How can i use mappedin 3d map in flutter ?
Are you guying looking for it?

Thanks,
Santosh.

Hi Santosh,

It is possible to create a web page that’s local to your app that embeds the Mappedin Viewer or SDK within it. I wrote a blog post about how to do this for Mappedin Web, which is one of our enterprise apps.

Leveraging Mappedin Maps With Flutter

The same concept can be used to embed Mappedin Viewer or the SDK. Refer to this guide on how to embed the Mappedin Viewer into a page:

Embedding a Map in HTML

Mark

Hi Mark,

Thanks for replying. You provided one for demo purpose right ? Can i use API’s for integrating with flutter? I have to add new places ,Give direction to user and all other functionality too.

Santosh

Hi Santosh,

You could create a bridge between the Flutter layer and the Mappedin Web SDK to expose the APIs your app requires. This can be done using Dart’s JS Interop.

This would allow a Flutter app to directly call Mappedin Web SDK APIs.

Mark

Hi Mark,

Thanks for reply.Looks Like quite tricky for me.But thanks for efforts and your time.Another question like where i can get api list?

Santosh.

No problem! You can refer to the Mappedin Web SDK v6 API docs to view all available APIs.