6#ifndef MAPLIBRE_NATIVE_C_PROJECTION_H
7#define MAPLIBRE_NATIVE_C_PROJECTION_H
38 mln_map* map, mln_map_projection** out_projection
106 mln_map_projection* projection,
const mln_lat_lng* coordinates,
129 mln_map_projection* projection,
const mln_geometry* geometry,
148 mln_map_projection* projection,
mln_lat_lng coordinate,
mln_status
Definition base.h:37
mln_status mln_lat_lng_for_projected_meters(mln_projected_meters meters, mln_lat_lng *out_coordinate)
mln_status mln_map_projection_destroy(mln_map_projection *projection)
mln_status mln_map_projection_lat_lng_for_pixel(mln_map_projection *projection, mln_screen_point point, mln_lat_lng *out_coordinate)
mln_status mln_map_projection_set_visible_coordinates(mln_map_projection *projection, const mln_lat_lng *coordinates, size_t coordinate_count, mln_edge_insets padding)
mln_status mln_projected_meters_for_lat_lng(mln_lat_lng coordinate, mln_projected_meters *out_meters)
mln_status mln_map_projection_create(mln_map *map, mln_map_projection **out_projection)
mln_status mln_map_projection_get_camera(mln_map_projection *projection, mln_camera_options *out_camera)
mln_status mln_map_projection_pixel_for_lat_lng(mln_map_projection *projection, mln_lat_lng coordinate, mln_screen_point *out_point)
mln_status mln_map_projection_set_visible_geometry(mln_map_projection *projection, const mln_geometry *geometry, mln_edge_insets padding)
mln_status mln_map_projection_set_camera(mln_map_projection *projection, const mln_camera_options *camera)