Is there a way to implement an open source map API?

I’m currently doing the task “Use API to get data objects with location (POINT) data

The ease with which the Google Maps JavaScript API integrates into Backendless is really great!
Even just playing with it in the Missions tutorials is fun.

But when I realized that a Google API license is going to be required, and will add to the cost of maintaining my app, I started to think about which map features I will actually need, and which ones I won’t. I think if I’m just visualizing locations and routes, it might be overkill to pay for Google’s API and all of its extra bells and whistles. I won’t need the satellite imagery overlay, or the traffic layer, etc.

I started looking into open source alternatives, and found that there are some:


3 open source alternatives to Google Maps API

TL;DR…

Three popular libraries are:

Others include:

OpenStreetMap was also mentioned here: 7 Best Google Maps API Alternatives to Know in 2024


Is there a way to integrate an open source map API into a Backendless app?
If so, what would that process look like?

Thanks.

Hi @Causality

Yes, it’s possible.
We already have a couple in our marketplace

You can build your own using UI Builder Custom components. Here is the repo of our custom components, you can use it as samples ui-builder-library/components at main · Backendless/ui-builder-library · GitHub

Regards,
Vlad

1 Like

That’s great news! Thank you for letting me know.

I see I need to explore the Marketplace more…

1 Like