CartoType UWP API 9.0-11-g64131709d
for development in C#, VB.NET and C++
|
▼NCartoType | |
CAddress | A structured address. Any field may be empty or null, but at least one field should be non-empty for address searching to return any results |
CBlendStyle | A rule to modify a certain style or styles. The colors are blended with colors in a style, using their alpha values as the blend fraction |
CColor | A color> |
CFeatureInfo | Feature information for a map object, represented internally as a 32-bit value |
CFindNearbyParam | Parameters for finding nearby places |
CFindParam | Parameters for the general Find function |
CFramework | High-level API for CartoType, through which map data can be loaded, maps can be created and viewed, and routing and navigation can be performed |
CFrameworkParam | Parameters for creating a Framework object when more detailed control is needed. For example, file buffer size and the maximum number of buffers can be set |
CGeometry | A geometry class for creating map objects and specifying view areas. There are also functions for the determining distance and intersection type between a geometry object and map objects |
CLegend | Used to specify legends, scales, copyright notices and turn instructions |
CLocationMatchParam | Parameters used when matching a road or other feature to a location |
CLocationRef | Parameters used for a location reference when writing traffic information |
CMapMetaData | Metadata describing a CTM1 map file |
CMapObject | A map object: a point, linear object, polygon object, or array (texture) |
CMapObjectGroup | A group of map objects with the same name, as used in a list of found objects |
CMapObjectId | A class to hold a map object ID which can both be passed into and returned from a function to insert a map object |
CMapObjectMatch | Information returned by MapObject::Match |
CMapRenderer | A class to draw a map using OpenGL ES |
CNavigatorParam | Parameters governing navigation behaviour |
CNearestRoadInfo | Information about the nearest road to a certain point |
CNearestSegmentInfo | Information about the nearest route segment to a point |
CNoticePosition | Positions for notices like the legend or scale bar |
CPath | A path defining a set of open and closed curves |
CPathIntersectionInfo | Information about the intersection of two paths and their distance apart. For functions involving map objects, distances are meters and positions are latitude and longitude |
CPathPoint | An on-curve or off-curve point for use in paths |
CPerspectiveParam | Parameters giving detailed control of the perspective view |
CPoint | A 2D point using floating-point coordinates |
CPointValue | |
CRect | A grid-aligned rectangle with double-precision coordinates suitable for map points |
CRoute | Information about an entire route |
CRouteCoordSet | A set of points for creating a route, with optional heading and accuracy information |
CRoutePoint | A point on a route, with its heading and location match parameters |
CRouteProfile | A routing profile: parameters determining the type of route, including road speeds, bonuses and penalties, and vehicle type. A road type will not be used if its speed plus bonus is equal to or less than zero |
CRouteSegment | Part of a route, consisting of a turn and the section of the route from that turn to the next one |
CTileParam | Parameters used in Framework.LoadMapsAutomatically |
CTileSet | A set of map tiles used in TileParam |
CTimeAndDistanceMatrix | A matrix of route times and distances between sets of points |
CTrafficInfo | Traffic information. This information is normally used in combination with a location reference |
CTurn | Information about a turn through a junction |
CUtil | General utility functions |
CViewState | The view state, which can be retrieved or set so that maps can be recreated |