#import <NMUserItemsOnMapDelegate.h>
Inherits <NSObject>.
- (void) onUserMarkerClicked: |
|
(long) |
markerId |
|
|
optional |
Tells the delegate that user marker is clicked
- Parameters
-
- (void) onUserMarkerLongPress: |
|
(long) |
markerId |
|
|
optional |
Tells the delegate that user marker is long pressed
- Parameters
-
- (void) onUserMarkerMoved: |
|
(long) |
markerId |
toPosition: |
|
(NMMapCoordinates *) |
newPosition |
|
|
| |
|
optional |
Tells the delegate that user marker is moved
- Parameters
-
markerId | Marker id |
newPosition | New marker position |
- (void) onUserMarkerPressed: |
|
(long) |
markerId |
|
|
optional |
Tells the delegate that user marker is pressed
- Parameters
-
- (void) onUserMarkerUnpressed: |
|
(long) |
markerId |
|
|
optional |
Tells the delegate that user marker is unpressed
- Parameters
-
The documentation for this protocol was generated from the following file: