Add blur effect on a Mapbox
I want to add blur effect in mapbox.when first time load map that time only display current location in map other map is blue.see screenshot when i move the userlocation to another location than other location is clear on the map.also display annotation in specific location see screenshot help me how can implement this here i will some implement code - (CGPoint)convertLatLongCoord:(CGPoint)latLong { CGSize screenSize = [UIScreen mainScreen].applicationFrame.size]; CGFloat SCALE = MIN(screenSize.width, screenSize.height) / (2.0 * EARTH_RADIUS); CGFloat OFFSET = MIN(screenSize.width, screenSize