Ejemplo n.º 1
0
 internal static extern ErrorCode RemoveAllObjects(this ViewHandle /* maps_view_h */ view);
Ejemplo n.º 2
0
 internal static extern ErrorCode ForeachObject(ViewHandle /* maps_view_h */ view, ViewObjectCallback callback, IntPtr /* void */ userData);
Ejemplo n.º 3
0
 internal static extern ErrorCode SetScaleBarEnabled(this ViewHandle /* maps_view_h */ view, bool enable);
Ejemplo n.º 4
0
 internal static extern ErrorCode SetVisibility(this ViewHandle /* maps_view_h */ view, bool visible);
Ejemplo n.º 5
0
 internal static extern ErrorCode GetMapType(this ViewHandle /* maps_view_h */ view, out ViewType /* maps_view_type_e */ type);
Ejemplo n.º 6
0
 internal static extern ErrorCode SetTrafficEnabled(this ViewHandle /* maps_view_h */ view, bool enable);
Ejemplo n.º 7
0
 internal static extern ErrorCode UnsetEventCb(this ViewHandle /* maps_view_h */ view, ViewEventType /* maps_view_event_type_e */ type);
Ejemplo n.º 8
0
 internal static extern ErrorCode SetOrientation(this ViewHandle /* maps_view_h */ view, double rotationAngle);
Ejemplo n.º 9
0
 internal static extern ErrorCode SetGestureEnabled(this ViewHandle /* maps_view_h */ view, ViewGesture /* maps_view_gesture_e */ gesture, bool enabled);
Ejemplo n.º 10
0
 internal static extern ErrorCode SetEventCb(this ViewHandle /* maps_view_h */ view, ViewEventType /* maps_view_event_type_e */ type, ViewOnEventCallback callback, IntPtr /* void */ userData);
Ejemplo n.º 11
0
 internal static extern ErrorCode SetCenter(this ViewHandle /* maps_view_h */ view, CoordinatesHandle /* maps_coordinates_h */ coordinates);
Ejemplo n.º 12
0
 internal static extern ErrorCode GetCenter(this ViewHandle /* maps_view_h */ view, out IntPtr /* maps_coordinates_h */ coordinates);
Ejemplo n.º 13
0
 internal static extern ErrorCode GetViewport(this ViewHandle /* maps_view_h */ view, out IntPtr viewport);
Ejemplo n.º 14
0
 internal static extern ErrorCode GetMinZoomLevel(this ViewHandle /* maps_view_h */ view, out int minZoomLevel);
Ejemplo n.º 15
0
 internal static extern ErrorCode ScreenToGeolocation(this ViewHandle /* maps_view_h */ view, int x, int y, out IntPtr /* maps_coordinates_h */ coordinates);
Ejemplo n.º 16
0
 internal static extern ErrorCode SetMaxZoomLevel(this ViewHandle /* maps_view_h */ view, int maxZoomLevel);
Ejemplo n.º 17
0
 internal static extern ErrorCode GeolocationToScreen(this ViewHandle /* maps_view_h */ view, CoordinatesHandle /* maps_coordinates_h */ coordinates, out int x, out int y);
Ejemplo n.º 18
0
 internal static extern ErrorCode SetLanguage(this ViewHandle /* maps_view_h */ view, string language);
Ejemplo n.º 19
0
 internal static extern ErrorCode Move(this ViewHandle /* maps_view_h */ view, int x, int y);
Ejemplo n.º 20
0
 internal static extern ErrorCode SetBuildingsEnabled(this ViewHandle /* maps_view_h */ view, bool enable);
Ejemplo n.º 21
0
 internal static extern ErrorCode Resize(this ViewHandle /* maps_view_h */ view, int width, int height);
Ejemplo n.º 22
0
 internal static extern ErrorCode SetPublicTransitEnabled(this ViewHandle /* maps_view_h */ view, bool enable);
Ejemplo n.º 23
0
 internal static extern ErrorCode RemoveObject(this ViewHandle /* maps_view_h */ view, ViewObjectHandle /* maps_view_object_h */ viewObject);
Ejemplo n.º 24
0
 internal static extern ErrorCode SetScreenLocation(this ViewHandle /* maps_view_h */ view, int x, int y, int width, int height);
Ejemplo n.º 25
0
 internal static extern ErrorCode ViewCaptureSnapshot(ViewHandle /* maps_view_h */ view, ViewSnapshotFormatType /* maps_view_snapshot_format_type_e */ type, int quality, string path);