BMUserLocation shows the current location of the user on a map. More...
Public Member Functions | |
(CLLocationCoordinate2D) | - coordinate [implementation] |
The current coordinate of the device. (read-only) | |
(void) | - setTitle: [implementation] |
Sets the title to display in the callout for the user location marker. | |
(void) | - setSubtitle: [implementation] |
Sets the subtitle to display in the callout for the user location marker. | |
Properties | |
CLLocation * | location |
The current location of the device. (read-only) | |
NSString * | title |
The title to display in the callout for the user location marker. | |
NSString * | subtitle |
The subtitle to display in the callout for the user location marker. |
BMUserLocation shows the current location of the user on a map.
BMUserLocation is an implementation of BMMarker. It is not implemented directly, but is displayed on the map by calling the method setShowsUserLocation in BMMapView. The userLocation marker is a property of BMMapView and can be accessed as such.
- (CLLocationCoordinate2D) coordinate | [implementation] |
The current coordinate of the device. (read-only)
- (void) setSubtitle: | (NSString*) | value | [implementation] |
Sets the subtitle to display in the callout for the user location marker.
- (void) setTitle: | (NSString*) | value | [implementation] |
Sets the title to display in the callout for the user location marker.
- (CLLocation *) location [read, assign] |
The current location of the device. (read-only)
- (NSString *) subtitle [read, write, retain] |
The subtitle to display in the callout for the user location marker.
- (NSString *) title [read, write, retain] |
The title to display in the callout for the user location marker.