Git Product home page Git Product logo

Comments (1)

tipa avatar tipa commented on May 26, 2024

I was now able to at least find a way to add some useless marker on the map (getting used to this control isn't straight-forward, also because it is missing documentation - or I am just unable to find it).

var mapIcon = new Microsoft.UI.Xaml.Controls.MapIcon();
var pos = new Windows.Devices.Geolocation.BasicGeoposition { Latitude = 20, Longitude = 20 };
mapIcon.Location = new Windows.Devices.Geolocation.Geopoint(pos);
elem_layer.MapElements.Add(mapIcon);

But I still don't see how I could do any customization of that marker (give it a custom thumbnail or at least a title). I also don't see to add polylines or shapes

from microsoft-ui-xaml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.