Minor typo fix
This commit is contained in:
parent
523c0d7c24
commit
fba47d1877
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ your application when user press "More Info" button :
|
|||
// Here is how to pass points with ID ant PendingIntent
|
||||
void showMultiplePointsWithPendingIntent(List<SomeDomainObject> list, PendingIntent pendingIntent)
|
||||
{
|
||||
// Convert objects to MMWPoints
|
||||
// Convert objects to MWMPoints
|
||||
final MWMPoint[] points = new MWMPoint[list.length];
|
||||
for (int i = 0; i < list.size; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue