forked from organicmaps/organicmaps
Spelling fixes
This commit is contained in:
parent
e4f09395ff
commit
47b77ceea3
2 changed files with 6 additions and 6 deletions
|
@ -8,10 +8,10 @@ provides interface for client application to perform next tasks:</p>
|
|||
<ul>
|
||||
<li>Show one or more points on offline map of <a href="http://mapswith.me/" title="MapsWithMe">MapsWithMe Application</a></li>
|
||||
<li>Come back to the client application after selecting specific point on the map, by sending <a href="http://developer.android.com/reference/android/app/PendingIntent.html" title="PendingIntent">PendingIntent</a> with point data when user asks for more information by pressing "More Info" button in MapsWithMe Application</li>
|
||||
<li>Map screen brending : your application's icon and name (or custom title) will be placed at the top.</li>
|
||||
<li>Map screen branding : your application's icon and name (or custom title) will be placed at the top.</li>
|
||||
</ul>
|
||||
|
||||
<p>Thus, you can provide <strong>two way communication between your appication and MapsWithMe</strong>,
|
||||
<p>Thus, you can provide <strong>two way communication between your application and MapsWithMe</strong>,
|
||||
using MapsWithMe to show points of interest (POI) and providing more information in your app.</p>
|
||||
|
||||
<p>Please refer to <a href="sample-app-capitals" title="Api Source Code">sample application</a> for demo.</p>
|
||||
|
@ -80,7 +80,7 @@ You don't need any additional permissions in your AndroidManifest.xml to use
|
|||
|
||||
<p>We support PendingIntent interaction (just like Android native
|
||||
NotificationManager does). You should specify ID for each point to
|
||||
diftiguish it leter, and PentingIntent that MapsWithMe will send back to
|
||||
distinguish it later, and PentingIntent that MapsWithMe will send back to
|
||||
your application when user press "More Info" button :</p>
|
||||
|
||||
<pre><code>// Here is how to pass points with ID ant PendingIntent
|
||||
|
|
|
@ -6,9 +6,9 @@ provides interface for client application to perform next tasks:
|
|||
|
||||
* Show one or more points on offline map of [MapsWithMe Application][linkMwm]
|
||||
* Come back to the client application after selecting specific point on the map, by sending [PendingIntent][linkPIntent] with point data when user asks for more information by pressing "More Info" button in MapsWithMe Application
|
||||
* Map screen brending : your application's icon and name (or custom title) will be placed at the top.
|
||||
* Map screen branding : your application's icon and name (or custom title) will be placed at the top.
|
||||
|
||||
Thus, you can provide **two way communication between your appication and MapsWithMe**,
|
||||
Thus, you can provide **two way communication between your application and MapsWithMe**,
|
||||
using MapsWithMe to show points of interest (POI) and providing more information in your app.
|
||||
|
||||
Please refer to [sample application][linkSampleSource] for demo.
|
||||
|
@ -72,7 +72,7 @@ For multiple points use [MWMPoint][linkPointClass] class:
|
|||
|
||||
We support PendingIntent interaction (just like Android native
|
||||
NotificationManager does). You should specify ID for each point to
|
||||
diftiguish it leter, and PentingIntent that MapsWithMe will send back to
|
||||
distinguish it later, and PentingIntent that MapsWithMe will send back to
|
||||
your application when user press "More Info" button :
|
||||
|
||||
// Here is how to pass points with ID ant PendingIntent
|
||||
|
|
Loading…
Add table
Reference in a new issue