Offline Map with Mbtiles

Hi, I am new with ionic and i am trying to build an application with offline map using mbtiles and i need to use tiles from allmapsoft.com but when i use the map is not coming it only comes with tiles from tilemill. Can any body help
Thanks.

@ionic-native/google-maps (with cordova-plugin-googlemaps) supports offline tile layer with local stored files.

Basic usage:

Thank you very much.

Regards

Christoph Roth

+225 08 00 33 46

Skype: croth53
LinkedIn: www.linkedin.com/pub/christoph-roth/24/989/286

Is it possible fully offline app with google-maps-plugin? because when I made a app with the plugin, the plugin requires internet connection to get a Google Maps Javascript API v3. the error is like below.

CordovaGoogleMaps.js:57 GET https://maps.googleapis.com/maps/api/js net::ERR_INTERNET_DISCONNECTED
document.addEventListener.once @ CordovaGoogleMaps.js:57
CordovaGoogleMaps.js:45 Can not load the Google Maps JavaScript API v3
CordovaGoogleMaps.js:46 Event {isTrusted: true, type: “error”, target: script, currentTarget: script, eventPhase: 2, …}