Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
grammar tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored and tobrun committed Jun 20, 2017
1 parent 6d52bcf commit 6ee1d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* MyLocationTracking exposes types of location tracking modes.
* * <p>
* This allows to track to the user location on screen by updating the camera position when a location update occurs.
* This allows tracking the user location on screen by updating the camera position when a location update occurs.
* </p>
* <p>
* Required to enable showing the user location first through {@link MapboxMap#setMyLocationEnabled(boolean)}.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.mapbox.mapboxsdk.geometry;

/**
* Describes a latitude, longitude and altitude tuple.
* Describes a latitude, longitude, and altitude tuple.
*/
public interface ILatLng {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ public void resetNorth() {
}

/**
* Transform the map bearing given a bearing, focal point coordinates and a duration.
* Transform the map bearing given a bearing, focal point coordinates, and a duration.
*
* @param bearing The bearing of the Map to be transformed to
* @param focalX The x coordinate of the focal point
Expand Down

0 comments on commit 6ee1d0e

Please sign in to comment.