Lanches the map application using the provided latitude/longitude pair and/or query.

You need to add a reference to Fuse.Launcher in your project file to use this feature.

Example

This code will launch a map centered at the nearest pizza restaurant.

var Maps = require("FuseJS/Maps");
Maps.searchNear(59.9117715, 10.7400957, "pizza restaurant");

Location

Namespace
Fuse.Reactive.FuseJS
Package
Fuse.Launcher.Maps 2.9.1
Show Uno properties and methods

Interface of Maps

openAt() js

Launches the map application, centered at the location given by latitude and longitude.

searchNear() js

Launches the map application, centered at the location found nearby the given latitude and longitude, using query as search criteria.

searchNearby() js

Launches the map application, centered at the location found using query as search criteria.

Inherited from NativeModule

Inherited from Module

GetFile : FileSource uno

Returns the file source that will be watched by the Context for changes in Fuse preview. Override in subclasses and return correct file source to support live updates in Fuse preview.

Inherited from object

Attached UX Attributes

GlobalKey (attached by Resource) : string ux

The ux:Global attribute creates a global resource that is accessible everywhere in UX markup.

Implemented Interfaces