{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470 {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} {\colortbl;\red255\green255\blue255;\red0\green0\blue0;} \margl1440\margr1440\vieww10800\viewh8400\viewkind0 \deftab543 \pard\tx543\pardeftab543\pardirnatural\partightenfactor0 \f0\fs22 \cf2 \CocoaLigature0 /// Point of Interest Item which implements the GMUClusterItem protocol.\ class POIItem: NSObject, GMUClusterItem \{\ var position: CLLocationCoordinate2D\ var name: String!\ \ init(position: CLLocationCoordinate2D, name: String) \{\ self.position = position\ self.name = name\ \}\ \}\ }