summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Fader <samfader@users.noreply.github.com>2019-03-22 10:53:46 -0700
committerGitHub <noreply@github.com>2019-03-22 10:53:46 -0700
commitd2aa8a62a06302f9cb887f2e86fb3ce2908eb135 (patch)
tree3d9ffda85326ee987fac2e60e8fa80ea8270754e
parenta0fd38eb2978b507b69f48c3c1ba32dcbe91065a (diff)
downloadqtlocation-mapboxgl-upstream/sf-fix-mapview-typo.tar.gz
quick typo fix for OnDidFinishRenderingMapListener methodupstream/sf-fix-mapview-typo
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
index f87c6a854a..23ce2bdef0 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
+++ b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
@@ -911,7 +911,7 @@ public class MapView extends FrameLayout implements NativeMapView.ViewCallback {
/**
* Called when the map has finished rendering.
*
- * @param fully true if map is fully rendered, false if fully rendered
+ * @param fully true if map is fully rendered, false if not fully rendered
*/
void onDidFinishRenderingMap(boolean fully);
}
@@ -1257,4 +1257,4 @@ public class MapView extends FrameLayout implements NativeMapView.ViewCallback {
public static void setMapStrictModeEnabled(boolean strictModeEnabled) {
MapStrictMode.setStrictModeEnabled(strictModeEnabled);
}
-} \ No newline at end of file
+}