forked from openmaptiles/www.openmaptiles.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile-app.html
78 lines (68 loc) · 4.16 KB
/
mobile-app.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
layout: page
title: OpenMapTiles Mobile App Source Code
titlehtml: OpenMapTiles Mobile App Source Code
description: Source code of mobile app for Android and iOS that is able to display OpenStreetMap vector tiles saved in MBTiles format.
keywords: android, ios, maps, mobile, offline, offline maps, source code, skeleton, openamptiles, vector tiles
---
<div class="container">
<div class="row">
<div class="col7 padt-0">
<p>Get the source code of mobile app for Android and iOS that is able to
display OpenStreetMap vector tiles saved in MBTiles format. I works also
offline and with your GPS location. The <a href="https://maptiler.com/">MapTiler team</a>
made this app as a starter for your app development!</p>
<p>Try offline map functionality by downloading a street map for the whole planet,
country or city of your choice. The map data can also be embedded and
distributed together with your app!</p>
<p>This package can significantly speed up a development of your own mobile
app and save considerable amount of costs for the development.</p>
<p>The source code, or its parts, can be used in your commercial products or
any other projects. The code is provided "as is" for the Android and iOS in
a form of access to a private repository on GitHub (own account needed). It
is not possible to share the code itself or its parts to third parties.</p>
<p>The source code of the mapping component is based on
<a href="https://github.com/maplibre/maplibre-gl-native">MapLibre</a> - the open-source fork of Mapbox SDKs.
The app itself is written in the native platform programming language (Java on Android, Swift on iOS).</p>
<p>We have contributed to the MapLibre SDKs (C++) and added code that allows to load the map
tiles from local MBTiles files that are either bundled with the app or
downloaded by the user. The map assets (styles, fonts, icons) can be distributed
together with the app or loaded online.</p>
<p>The map tiles can come from a server you specify without dependency on
any single hosting provider. We recommend using the app with
<a href="https://www.maptiler.com/cloud/">MapTiler Cloud</a> or your own
<a href="https://www.maptiler.com/server/">MapTiler Server</a> installation.
There is no restriction or monthly payment depending on the number of users of the mobile app.</p>
<p>Support and customization of this application are not part of this package.</p>
<p>The source code contains workflows for Github Actions which will save your time
and increase productivity in your team. Included workflows implement continuous integration
as wel as automated release management (both App Store and Google Play store).</p>
<p>The project also comes with the solution for protecting your sensitive files such as certificates or
provision profiles using git-secret.</p>
<p>To get clear, actionable insight into app issues the application uses powerful crash reporting
which you can just reconfigure so that it uses your account.</p>
</div>
<div class="col4">
<div class="bg-gray-light pad-5 pady-3">
<h4>App Source Code<span class="b float-right">512 USD</span></h4>
<p>Android and iOS source code skeleton.</p>
<a class="btn" href="https://www.maptiler.com#contact">Contact us</a>
</div>
<div class="center">
<h5 class="padt-4">Try mobile app in you device</h5>
<div class="row">
<div class="col6">
<a href="https://play.google.com/store/apps/details?id=com.klokantech.osm2vectortiles" target="_blank">
<img class="width-100 mart-0" src="https://openmaptiles.org/img/mobile/google-play-badge.png" alt="Project Logo">
</a>
</div>
<div class="col6">
<a href="https://itunes.apple.com/us/app/osm2vectortiles/id1089255502" target="_blank">
<img class="width-100 mart-0" src="https://openmaptiles.org/img/mobile/apple-appstore-badge.png" alt="Project Logo">
</a>
</div>
</div>
<img class="width-75" src="https://openmaptiles.org/img/mobile/banner_1.png" alt="Mobile banner">
</div>
</div>
</div>