NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

- (NSArray *)annotations {
// Empire State Building
JPSThumbnail *yer1 = [[JPSThumbnail alloc] init];
yer1.image = [UIImage imageNamed:@"elma.jpg"];
yer1.title = @"Ayasofya Müzesi";
yer1.subtitle = @"Ayasofya Müzesi";
yer1.coordinate = CLLocationCoordinate2DMake(41.00777108, 28.97924066);

JPSThumbnail *yer2 = [[JPSThumbnail alloc] init];
yer2.image = [UIImage imageNamed:@"elma.jpg"];
yer2.title = @"Galata Kulesi";
yer2.subtitle = @"Galata Kulesi";
yer2.coordinate = CLLocationCoordinate2DMake(41.0256046, 28.97416659);

JPSThumbnail *yer3 = [[JPSThumbnail alloc] init];
yer3.image = [UIImage imageNamed:@"elma.jpg"];
yer3.title = @"Galata Köprüsü";
yer3.subtitle = @"Galata Köprüsü";
yer3.coordinate = CLLocationCoordinate2DMake(41.01968761, 28.97288382);

JPSThumbnail *yer4 = [[JPSThumbnail alloc] init];
yer4.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer4.title = @"Topkapı Sarayı";
yer4.subtitle = @"Topkapı Palace";
yer4.coordinate = CLLocationCoordinate2DMake(41.010775, 28.982598);

JPSThumbnail *yer5 = [[JPSThumbnail alloc] init];
yer5.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer5.title = @"Mısır Çarşısı";
yer5.subtitle = @"Mısır Çarşısı";
yer5.coordinate = CLLocationCoordinate2DMake(41.0165001, 28.9705194);


JPSThumbnail *yer6 = [[JPSThumbnail alloc] init];
yer6.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer6.title = @"Rumeli Hisarı";
yer6.subtitle = @"Rumeli Hisarı";
yer6.coordinate = CLLocationCoordinate2DMake(41.0848393, 29.0567606);

JPSThumbnail *yer7 = [[JPSThumbnail alloc] init];
yer7.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer7.title = @"Dolmabahçe Sarayı";
yer7.subtitle = @"Dolmabahçe Sarayı";
yer7.coordinate = CLLocationCoordinate2DMake(41.0391643, 28.0004594);

JPSThumbnail *yer8 = [[JPSThumbnail alloc] init];
yer8.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer8.title = @"Selimiye Camii";
yer8.subtitle = @"Selimiye Camii";
yer8.coordinate = CLLocationCoordinate2DMake(41.6780981, 26.559191);


JPSThumbnail *yer9 = [[JPSThumbnail alloc] init];
yer9.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer9.title = @"Anıtkabir";
yer9.subtitle = @"Anıtkabir";
yer9.coordinate = CLLocationCoordinate2DMake(39.925054, 32.8369439);

JPSThumbnail *yer10 = [[JPSThumbnail alloc] init];
yer10.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer10.title = @"Pamukkale Traverten";
yer10.subtitle = @"Pamukkale Traverten";
yer10.coordinate = CLLocationCoordinate2DMake(37.919587, 29.124022);

JPSThumbnail *yer11 = [[JPSThumbnail alloc] init];
yer11.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer11.title = @"Kapadokya ve Ürgüp Evleri";
yer11.subtitle = @"Kapadokya ve Ürgüp Evleri";
yer11.coordinate = CLLocationCoordinate2DMake(38.645974, 34.8424316);

JPSThumbnail *yer12 = [[JPSThumbnail alloc] init];
yer12.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer12.title = @"Artemis Tapınağı";
yer12.subtitle = @"Artemis Tapınağı";
yer12.coordinate = CLLocationCoordinate2DMake(37.9500225, 27.3648238);

JPSThumbnail *yer13 = [[JPSThumbnail alloc] init];
yer13.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer13.title = @"Troya ve Truva atı";
yer13.subtitle = @"Troya ve Truva atı";
yer13.coordinate = CLLocationCoordinate2DMake(39.96055995, 26.23025537);

JPSThumbnail *yer14 = [[JPSThumbnail alloc] init];
yer14.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer14.title = @"Yason Burnu";
yer14.subtitle = @"Yason Burnu";
yer14.coordinate = CLLocationCoordinate2DMake(41.133029, 37.682436);

JPSThumbnail *yer15 = [[JPSThumbnail alloc] init];
yer15.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer15.title = @"Nemrut Dağı";
yer15.subtitle = @"Nemrut Dağı";
yer15.coordinate = CLLocationCoordinate2DMake(37.9617369, 38.7358327);

JPSThumbnail *yer16 = [[JPSThumbnail alloc] init];
yer16.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer16.title = @"Şanlıurfa Balıklıgöl";
yer16.subtitle = @"Anıtkabir";
yer16.coordinate = CLLocationCoordinate2DMake(39.925054, 32.8369439);

JPSThumbnail *yer17 = [[JPSThumbnail alloc] init];
yer17.image = [UIImage imageNamed:@"topkapi_sarayi.jpg"];
yer17.title = @"Ağrı Dağı";
yer17.subtitle = @"Ağrı Dağı";
yer17.coordinate = CLLocationCoordinate2DMake(39.7024393, 44.2990761);




return @[[JPSThumbnailAnnotation annotationWithThumbnail:yer1],
[JPSThumbnailAnnotation annotationWithThumbnail:yer2],
[JPSThumbnailAnnotation annotationWithThumbnail:yer3],
[JPSThumbnailAnnotation annotationWithThumbnail:yer4],
[JPSThumbnailAnnotation annotationWithThumbnail:yer5],
[JPSThumbnailAnnotation annotationWithThumbnail:yer6],
[JPSThumbnailAnnotation annotationWithThumbnail:yer7],
[JPSThumbnailAnnotation annotationWithThumbnail:yer8],
[JPSThumbnailAnnotation annotationWithThumbnail:yer9],
[JPSThumbnailAnnotation annotationWithThumbnail:yer10],
[JPSThumbnailAnnotation annotationWithThumbnail:yer11],
[JPSThumbnailAnnotation annotationWithThumbnail:yer12],
[JPSThumbnailAnnotation annotationWithThumbnail:yer13],
[JPSThumbnailAnnotation annotationWithThumbnail:yer14],
[JPSThumbnailAnnotation annotationWithThumbnail:yer15],
[JPSThumbnailAnnotation annotationWithThumbnail:yer16],
[JPSThumbnailAnnotation annotationWithThumbnail:yer17]];
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.