ASMapNodeShowAnnotationsOptions Constants Reference

Declared in ASMapNode.h

ASMapNodeShowAnnotationsOptions

Definition

typedef NS_OPTIONS(NSUInteger, ASMapNodeShowAnnotationsOptions ) {
   ASMapNodeShowAnnotationsOptionsIgnored = 0,
   ASMapNodeShowAnnotationsOptionsZoomed = 1 < < 0,
   ASMapNodeShowAnnotationsOptionsAnimated = 1 < < 1,
};

Constants

ASMapNodeShowAnnotationsOptionsIgnored

The annotations' positions are ignored, use the region or options specified instead.

Declared In ASMapNode.h.

ASMapNodeShowAnnotationsOptionsZoomed

The annotations' positions are used to calculate the region to show in the map, equivalent to showAnnotations:animated.

Declared In ASMapNode.h.

ASMapNodeShowAnnotationsOptionsAnimated

This will only have an effect if combined with the Zoomed state with liveMap turned on.

Declared In ASMapNode.h.