vtzero_dart_bindings_generated library

Classes

VtzeroDartBindings
Bindings for src/vtzero_dart.h.
VtzFeatureHandle
VtzLayerHandle
VtzPropertyIndexPair
Property index operations
VtzPropertyValueHandle
VtzTileHandle

Enums

VtzExceptionType
Exception type enum

Typedefs

DartGeoJsonCallbackFunction = void Function(Pointer<Void> user_data, int ring_type, double lon, double lat)
DartGeometryCallbackFunction = void Function(Pointer<Void> user_data, int command, int x, int y)
DartPropertyCallbackFunction = void Function(Pointer<Void> user_data, Pointer<Char> key, int value_type, Pointer<Char> string_value, double double_value, int int_value, int uint_value, bool bool_value)
DartPropertyIndexCallbackFunction = void Function(Pointer<Void> user_data, int key_index, int value_index)
GeoJsonCallback = Pointer<NativeFunction<GeoJsonCallbackFunction>>
GeoJSON projection callback ring_type: 0=begin_ring, 1=point, 2=end_ring
GeoJsonCallbackFunction = Void Function(Pointer<Void> user_data, Uint32 ring_type, Double lon, Double lat)
GeometryCallback = Pointer<NativeFunction<GeometryCallbackFunction>>
Geometry decoding callback
GeometryCallbackFunction = Void Function(Pointer<Void> user_data, Uint32 command, Int32 x, Int32 y)
PropertyCallback = Pointer<NativeFunction<PropertyCallbackFunction>>
Property iteration callback
PropertyCallbackFunction = Void Function(Pointer<Void> user_data, Pointer<Char> key, Int32 value_type, Pointer<Char> string_value, Double double_value, Int64 int_value, Uint64 uint_value, Bool bool_value)
PropertyIndexCallback = Pointer<NativeFunction<PropertyIndexCallbackFunction>>
PropertyIndexCallbackFunction = Void Function(Pointer<Void> user_data, Uint32 key_index, Uint32 value_index)