Adding multiple location
Hi,
Thanks for the update.
I have created the CLLocationCoordinate2D for the different location.
var testpointCoor1 = [ CLLocationCoordinate2D(latitude: 47.60, longitude: -122.37), CLLocationCoordinate2D(latitude: 33.946208, longitude: -118.190918), CLLocationCoordinate2D(latitude: 35.871942, longitude: -114.873047), CLLocationCoordinate2D(latitude: 32.9771323, longitude: -116.938477) ]
But its showing heat map on one location. How to show the multiple heat maps in the different location?
what type did you use?
maptype: .RadiusBlurry
may I see your datasource?
@jamesdouble Sorry for the late reply. I have used the following coordinates.
var testpointCoor = [CLLocationCoordinate2D(latitude: 27, longitude: 120),CLLocationCoordinate2D(latitude: 25.3, longitude: 119),CLLocationCoordinate2D(latitude: 27, longitude: 120), CLLocationCoordinate2D(latitude: 27, longitude: 121) ] var testpointCoor1 = [ CLLocationCoordinate2D(latitude: 47.60, longitude: -122.37), CLLocationCoordinate2D(latitude: 47.61, longitude: -122.35), CLLocationCoordinate2D(latitude: 47.62, longitude: -122.32), CLLocationCoordinate2D(latitude: 47.63, longitude: -122.29) ]
@yuvarajagna It's ok.
I mean I want to check the function in JDHeatMapDelegate