Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
This question was closed Sep 16, 2014 at 02:57 PM by tanoshimi for the following reason:

Question is off-topic or not relevant

avatar image
0
Question by Tacote · May 08, 2013 at 02:52 PM · androidpluginopengl

How to make unity order draw over google Maps v2

I have implemented a plugin to open GoogleMaps v2 on android the map works great but when i atach the window to the unity view the map dont draw, the unity windows overdarw the map, after minimize the app is the other way the map draws but the view dont.

Any have any suggestion how to handle this situation.

I have tried make the maps the contentView and that work good, but unity stops recibing messages from the plugin until y switch back to the unityView wit setContentView.

see the picture to understand what im trying to archive. alt text

device-2013-04-26-081801.png (18.8 kB)
Comment
Add comment · Show 3
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image shahroume · Jul 16, 2014 at 10:04 AM 0
Share

guys any luck with it.. or any one found any alternate way of handling it ?

avatar image tanoshimi · Jul 16, 2014 at 05:29 PM 0
Share

I wouldn't bother - it's against the Google $$anonymous$$aps terms of use. Section 10.1.1a. https://developers.google.com/maps/terms?hl=en

avatar image unbeat · Sep 16, 2014 at 02:56 PM 0
Share

I searched out everywhere on google..abt how to integrate google maps dynamicaly....?plese give me the sol abt this...?

1 Reply

  • Sort: 
avatar image
0

Answer by DemonhawkXX · Jul 02, 2013 at 08:54 PM

The only partial solution I have found so far is to force the zOrderOnTop option in the GoogleMapOptions that you instantiate your MapFrament with.

Ex:

 GoogleMapOptions options = new GoogleMapOptions();
 options.mapType(GoogleMap.MAP_TYPE_HYBRID);
 options.compassEnabled(false);
 options.zOrderOnTop(true);

Now the downside of this is that you can no longer render anything on top of the Map itself, and the default Google controls wont appear. So the only way to work around that is to draw anything you need to the side of the map.

I haven't been able to figure out a real solution to the main problem. I am guessing we need a way to access the underlying OpenGL layer on the MapFragment or Unity's OpenGL layer.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Follow this Question

Answers Answers and Comments

15 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Android OpenGL error in Unity 5 but not in Unity 4.6 0 Answers

GL_LUMINANCE format for texture uploads in Android plugin 0 Answers

OpenGL does not work in the Android plugin 1 Answer

Android plugin calling glTexSubImage2D etc 3 Answers

No OpenGL Context in Unity above 2017.1.2f1 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges