-
Notifications
You must be signed in to change notification settings - Fork 5
Class NCIconMapObject
PavelTychinin edited this page Nov 15, 2021
·
1 revision
NCIconMapObject class is used for showing icon objects on the map.
Referenced from: LocationView.
- (BOOL)setPosition:(nonnull NCLocationPoint *)point;
Function sets the position of icon object on the map.
-
point
— location point in metric coordinates.
-
true
if successfalse
if smth was wrong
- (BOOL)setPositionAnimated:(nonnull NCLocationPoint *)point
duration:(float)duration
type:(NCAnimationType)type;
Function sets the position of icon object on the map with animation
-
point
— location point in metric coordinates. -
duration
— animation duration in sec -
type
— NCAnimationType type of animation
-
true
if successfalse
if smth was wrong
- (BOOL)setSize:(float)width
height:(float)height;
Function sets the size of icon object in pixels.
-
width
— width of the icon object in pixels -
height
— height of the icon object in pixels
- (BOOL)setVisible:(BOOL)visible;
Function is used for setting the visibility of circle object on the map.
- (BOOL)setBitmap:(nullable UIImage *)bitmap;
Function is used for setting bitmap of map object.
-
bitmap
— UIImage raster object
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder