-
Notifications
You must be signed in to change notification settings - Fork 5
Class NCPolyLineMapObject
PavelTychinin edited this page Nov 15, 2021
·
1 revision
NCPolylineMapObject class is used for showing polyline objects on the map.
Referenced from: NCLocationView.
- (BOOL)setPolyLine:(nonnull NCLocationPolyline *)polyline;
Function sets the positions of polyline object on the map.
-
polyline
— location polyline in metric coordinates.
-
true
if successfalse
if smth was wrong
- (BOOL)setWidth:(float)width;
Function sets the width of polyline map object.
-
width
— width of the polyline object in meters
- (BOOL)setVisible:(BOOL)visible;
Function is used for setting the visibility of polyline object on the map.
- (BOOL)setColor:(float)red
green:(float)green
blue:(float)blue
alpha:(float)alpha;
Function is used for setting the color of map object.
-
red
— red color in range 0..1. -
green
— green color in range 0..1. -
blue
— blue color in range 0..1. -
alpha
— alpha color in range 0..1.
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