Skip to content

Instantly share code, notes, and snippets.

@asb-school
asb-school / Find annotation
Created April 19, 2013 18:59
find annotation and select it
// --------------------------------------------------------------
// FIND ANNOTATION WITH GIVEN TREE ID
- (void)findAnnotationWithGivenTreeId:(NSInteger)givenTreeId
{
// Search all current map annotations
// for (id<TreeAnnotation> annotation in _mapView.annotations)
for (TreeAnnotation *annotation in _mapView.annotations)
{
if (annotation.treeId == givenTreeId)
Not really a clusterin library, but may be useful:
Objective-C KML Parser Library
https://github.com/mapbox/Simple-KML
Does what it says it does.
===
Kingpin
iOS Maps Frameworks
Google Maps SDK for iOS
https://developers.google.com/maps/documentation/ios/
New to the market. Good choice if you wanted to do Android development (Google Maps SDK for Android).
Requires API key. API keys are not readily available. Submitted application for API key. Response can be found at: