View Source AWS.GeoMaps (aws-elixir v1.0.10)
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
Functions
GetGlyphs returns the map's glyphs.
GetSprites returns the map's sprites.
GetStaticMap provides high-quality static map images with customizable
options.
GetStyleDescriptor returns information about the style.
GetTile returns a tile.
Link to this section Functions
GetGlyphs returns the map's glyphs.
For more information, see Style labels with glyphs in the Amazon Location Service Developer Guide.
get_sprites(client, color_scheme, file_name, style, variant, options \\ [])
View SourceGetSprites returns the map's sprites.
For more information, see Style iconography with sprites in the Amazon Location Service Developer Guide.
get_static_map(client, file_name, bounded_positions \\ nil, bounding_box \\ nil, center \\ nil, color_scheme \\ nil, compact_overlay \\ nil, crop_labels \\ nil, geo_json_overlay \\ nil, height, key \\ nil, label_size \\ nil, language \\ nil, padding \\ nil, points_of_interests \\ nil, political_view \\ nil, radius \\ nil, scale_bar_unit \\ nil, style \\ nil, width, zoom \\ nil, options \\ [])
View SourceGetStaticMap 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.
For more information, see the following topics in the Amazon Location Service Developer Guide:
get_style_descriptor(client, style, color_scheme \\ nil, contour_density \\ nil, key \\ nil, political_view \\ nil, terrain \\ nil, traffic \\ nil, travel_modes \\ nil, options \\ [])
View SourceGetStyleDescriptor returns information about the style.
For more information, see Style dynamic maps in the Amazon Location Service Developer Guide.
get_tile(client, tileset, x, y, z, additional_features \\ nil, key \\ nil, options \\ [])
View SourceGetTile 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.
For more information, see Tiles in the Amazon Location Service Developer Guide.