1

I am using cloud made map and everything works fine for me.

The only problem I have is that when I zoom in or zoom out of the map, the map markers are not moving with the map.

Source looks like this:

id cmTilesource = 
    [[[RMCloudMadeHiResMapSource alloc] initWithAccessKey:@"ABCDEF" styleNumber:78603] autorelease];

[[[RMMapContents alloc] initWithView:mapView tilesource: cmTilesource] autorelease]; 
Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215
  • 1
    put relevant code here :0 – iPatel Mar 22 '13 at 05:43
  • id cmTilesource = [[[RMCloudMadeHiResMapSource alloc] initWithAccessKey:@"f86bcc070043426195347a5b5357964d" styleNumber:78603] autorelease]; [[[RMMapContents alloc] initWithView:mapView tilesource: cmTilesource] autorelease]; – Mohd Arif Saifi Mar 22 '13 at 05:47
  • I wouldn't put your (private) API/access key into your comment if I were you, @Arif. I edited your question to add the source to it. One problem I see right away is that you are ***not*** assigning anything from your "`RMMapContents`" object creation. It's a leak! – Michael Dautermann Mar 22 '13 at 05:48

0 Answers0