Matthias H
Matthias H

Reputation: 1310

Can I use Android Google Map API without Useing Maps from Google

I would like to use own WMS/WFS Services, like Orthophotos. Is it possible to use the Google Android Map API to load this Maps ?

Because when using the Google Maps comercial, I have to buy a Google Premier licence right ?

Upvotes: 0

Views: 859

Answers (3)

Fido
Fido

Reputation: 595

I think you can't. If you want to avoid google, try this:

  1. OSMdroid
  2. Mapsforge
  3. MapQuest

It's free

Upvotes: 0

Paul Annekov
Paul Annekov

Reputation: 3273

Is it possible to use the Google Android Map API to load this Maps ?

No, you can't pass your own maps to Google Maps framework on Android.

You can use special tools for such purposes. Read this answer.

Because when using the Google Maps comercial, I have to buy a Google Premier licence right ?

No. For Android you can use Google Maps API even if your app is payed. Read more here

Upvotes: 1

thampi joseph
thampi joseph

Reputation: 690

I think it's not possible to; I think Google API's can only be used for Google services. Why you have to look for an another service when Google provides the easiest map services and Google API's are free and no need to pay for it.

Upvotes: 0

Related Questions