pub fn generate_map_script(
map_id: &str,
initial_position: &MapPosition,
markers: &[MapMarker],
options: &MapOptions,
) -> StringExpand description
Generates the JavaScript initialization script for the map
pub fn generate_map_script(
map_id: &str,
initial_position: &MapPosition,
markers: &[MapMarker],
options: &MapOptions,
) -> StringGenerates the JavaScript initialization script for the map