View Source AWS.GeoMaps (aws-elixir v1.0.4)

Integrate high-quality base map data into your applications using MapLibre.

Capabilities include:

* Access to comprehensive base map data, allowing you to tailor the map display to your specific needs.

* Multiple pre-designed map styles suited for various application types, such as navigation, logistics, or data visualization.

* Generation of static map images for scenarios where interactive maps aren't suitable, such as:

*

Embedding in emails or documents

*

Displaying in low-bandwidth environments

*

Creating printable maps

*

Enhancing application performance by reducing client-side rendering

Link to this section Summary

Link to this section Functions

Link to this function

get_glyphs(client, font_stack, font_unicode_range, options \\ [])

View Source

Returns the map's glyphs.

Link to this function

get_sprites(client, color_scheme, file_name, style, variant, options \\ [])

View Source

Returns the map's sprites.

Link to this function

get_static_map(client, file_name, bounded_positions \\ nil, bounding_box \\ nil, center \\ nil, compact_overlay \\ nil, geo_json_overlay \\ nil, height, key \\ nil, padding \\ nil, radius \\ nil, scale_bar_unit \\ nil, style \\ nil, width, zoom \\ nil, options \\ [])

View Source

Provides high-quality static map images with customizable options.

You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots.

Link to this function

get_style_descriptor(client, style, color_scheme \\ nil, key \\ nil, political_view \\ nil, options \\ [])

View Source

Returns information about the style.

Link to this function

get_tile(client, tileset, x, y, z, key \\ nil, options \\ [])

View Source

Returns a tile.

Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.