From 418c802d97d9463cf8cb491192732becb7455450 Mon Sep 17 00:00:00 2001 From: Brad Leege Date: Thu, 2 Apr 2015 10:34:35 -0500 Subject: #1178 - Changing "Location" to "location" --- platform/ios/MGLMapboxEvents.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') 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"; -- cgit v1.2.1