summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-04-02 11:20:52 -0500
committerBrad Leege <bleege@gmail.com>2015-04-02 11:20:52 -0500
commit94ed06dacb60cbcf75119ade8479f345a43d3af5 (patch)
tree4afaed511f0e12c2cc6a26b2e2fee657a3b4adf7
parent9dae9cf06e6ac22097559fc4ad0291c6bba7e09f (diff)
parent418c802d97d9463cf8cb491192732becb7455450 (diff)
downloadqtlocation-mapboxgl-94ed06dacb60cbcf75119ade8479f345a43d3af5.tar.gz
Merge pull request #1179 from mapbox/1178-location-location-locationios-v0.2.6ios-beta-preview-sirius-0.0.7
Changing "Location" to "location"
-rw-r--r--platform/ios/MGLMapboxEvents.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/MGLMapboxEvents.m b/platform/ios/MGLMapboxEvents.m
index 7b810d5cd5..d561b1ab5f 100644
--- a/platform/ios/MGLMapboxEvents.m
+++ b/platform/ios/MGLMapboxEvents.m
@@ -15,7 +15,7 @@ static NSString *const MGLMapboxEventsAPIBase = @"https://api.tiles.mapbox.com";
NSString *const MGLEventTypeMapLoad = @"map.load";
NSString *const MGLEventTypeMapTap = @"map.click";
NSString *const MGLEventTypeMapDragEnd = @"map.dragend";
-NSString *const MGLEventTypeLocation = @"Location";
+NSString *const MGLEventTypeLocation = @"location";
NSString *const MGLEventKeyLatitude = @"lat";
NSString *const MGLEventKeyLongitude = @"lng";