Message HrzProtocol.MapboxTranslationParams
Defined in hrz/protocol/mapbox/service.proto.
style_json: string
http_headers: HrzProtocol.HttpHeaderList
The headers to use when requesting external resources such as the sprite index document.
destroy_existing_layers: bool
If true, clears all layers of the current scene before translating the scene, and cancels any pending translation.
raster_group: HrzProtocol.RasterGroup
The group in which translated raster layers will be placed.
first_raster_slot: uint32
The lowest raster slot that can be used for the translated layers. All of the created layers will use consecutive slots. Use to avoid collisions with any pre-existing layer.
first_vector_data_layer_id: uint32
The minimum vector data layer ID that can be used for the translated layers. All of the created layers will use consecutive IDs. Use to avoid collisions with any pre-existing layer.
first_flat_overlay_z_index: uint32
The minimum flat overlay z-index that can be used for the translated layers. All of the created flat overlays will use consecutive z-indices. Use to avoid collisions with any pre-existing layer.
first_symbol_z_index: uint32
The minimum symbol z-index that can be used for the translated layers. All of the created symbols will use consecutive z-indices. Use to avoid collisions with any pre-existing layer.
ignore_camera_params: bool
If true, the camera settings (such as its position) will not be changed.
ignore_ambient_params: bool
If true, the ambient settings will not be changed.
ignore_terrain_params: bool
If true, the terrain settings will not be changed.
camera_animation: HrzProtocol.CameraAnimationOptions
The animation to use when going to the initial viewpoint.