1 (edited by itsallgoodgames 2017-08-09 08:16:19)

Topic: importing custom locations?

Hi there! your plugin looks frickin awesome and im gonna buy.

But i need some advice on my use case.

For my app, i have a database with addresses.
I want to pick a location in google maps, and do a 5 mile radius query using location address with database.
It will return an array of results, and then using the returned locations, render icons on google map.

Is this achievable with Online Maps plugin?

thanks!

Re: importing custom locations?

Hello.

Yes, this is achievable and you can dynamically create markers.
Example:
http://infinity-code.com/atlas/online-m … Click.html

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

3 (edited by itsallgoodgames 2017-08-19 04:31:27)

Re: importing custom locations?

Alex Vertax wrote:

Hello.

Yes, this is achievable and you can dynamically create markers.
Example:
http://infinity-code.com/atlas/online-m … Click.html

nice thanks you!

I have another question.

is it possible to use OnlineMapsGooglePlaces.FindNearby()
on custom firebase database?

or is it limited only to Google's official database of locations.

Re: importing custom locations?

OnlineMapsGooglePlaces.FindNearby is only for Google Places API web service.
But you can write your own script, which will load places from your database and create markers on the map.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.