Ionic Simple Map, No google - ionic-framework

i'm looking to implement a simple map localization, but i don't want to use Google map because my purpose don't need further options : Just a simple localization in an abstract map.
Where can i find a good documentation for that ?
Thank you

Ok, i found that we can integrate leaflet which is an open source interactive map :
Leaflet
Tutorial to integrate it

Related

Alternative to google maps places autocomplete

is there any alternative to google to implement a places autocomplete in flutter?
I am developing an application that needs the geolocation of places (I don't need to show the map) and use their coordinates
You can use Open Routes API's asi an alternative solution.
https://openrouteservice.org/dev/#/api-docs
Check that service as a reference... There is an option called "Directions" that can help what you are looking for...

Is there any way to create a game level map in flutter?

I'm working on an educational app and I'm asking if there is any way to create level map usign Flutter like the following examples
level_map_1
level_map_2
Note: I tried https://pub.dev/packages/game_levels_scrolling_map package but I couldn't do my custom level map like previous examples
The answer is late but helpful for someone looking for it.
You can use level_map package to create game level maps.

How to bind bing maps in Flutter?

I Used google Maps in Flutter and it works out of box for us. I am able to do with the help of documentation like how to use google maps in Flutter But i want to Use Bing Maps in Flutter and all properties like current loc. ,Drawing polylines,custom marker,popUp on marker. Can someone suggest me where to learn thiese things or any other suggestions??
I'm not aware of any Bing Maps map control for Flutter. One option might be to use the open source Flutter map control: https://github.com/fleaflet/flutter_map
Details on how to directly access Bing Maps tiles can be found here: https://learn.microsoft.com/en-us/bingmaps/rest-services/directly-accessing-the-bing-maps-tiles
The open source Flutter Map control has an example that uses Azure Maps as well, which is another Microsoft mapping platform to consider.

mapbox direction or optimization api (how to avoid tolls/bridges/etc)

I am using mapbox and leaflet and leaflet plugin.
I have a very simple question. I'd like to have the option to avoid tolls/bridges/etc by passing the specific option. Is this possible ? I've seen that for mapbox swift , it's possible, but i don't see anything mapbox api has something like this for Directions/Optimization API.
Any idea on how I can achieve this?
You can pass exclude=toll to the API call to avoid tolls.
Documentation

how to display a map in jframe

I would like to display a map inside a jframe. More specifically, I don't want to display a static map, image.
I would like to display a map like google map with all the utilities like panning/zooming etc.
Could you help me?? Is there any reference code??
Thank you.
You might want to check out OpenMap
Apparently jFrames doesn't seem to support Google Maps.
Google Maps - Issues
You may want to look into alternatives, such as using an iFrame?
Google Maps Embedding Tutorial
or
Google's How-To for Google Maps