Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
BMCoordinateRegionBMCoordinateRegion defines which portion of the map to display
BMCoordinateSpanBMCoordinateSpan defines the area spanned by a BMCoordinateRegion
BMEntityA BMEntity object stores address data for a given coordinate
BMMapViewBMMapView is the core class for embedding a map into an iOS app
<BMMapViewDelegate>The BMMapViewDelegate protocol methods can notify you of changes related to the map
<BMMarker>The BMMarker protocol models data which can be used to add markers to the map
BMMarkerViewBMMarkerView is responsible for displaying markers within a map view
BMPushpinViewBMPushpinView is a concrete implementation of BMMarkerView
BMReverseGeocoderBMReverseGeocoder provides context about a latitude/longitude coordinate, such as street address and locality
<BMReverseGeocoderDelegate>The BMReverseGeocoderDelegate protocol defines the interface for receiving messages from a BMReverseGeocoder object
BMUserLocationBMUserLocation shows the current location of the user on a map