Localization with a saved map ============================= Run :doc:`navigation-simple` first — it saves a map named ``example-map``. This example loads that map by name and starts the navigation engine in **localization** mode. .. tab-set:: :sync-group: sdk-language .. tab-item:: Python :sync: python .. literalinclude:: scripts/navigation-localization.py :language: python .. tab-item:: TypeScript :sync: typescript .. literalinclude:: scripts/navigation-localization.ts :language: typescript