supportmapfragment Questions
1
Solved
We're trying to track down a memory leak happening on the GoogleMap in our Android app, which ends in an OOM after about 40-50 device rotations. The map gets set around 3500 markers.
The App has a...
Budd asked 30/7, 2015 at 14:31
0
My app has three different Activities that use a SupportMapFragment. There is a major delay on the first load after starting the app. This slow load time does not occur on subsequent loads, even if...
Burnt asked 17/11, 2014 at 16:19
1
Solved
I am using Xamarin and I have modified the Google Maps API 2 sample to use SupportMapFragment objects rather than MapFragment objects.
Can I have some help with the InitMapFragment function.
Here...
Forcemeat asked 12/5, 2014 at 8:43
3
Solved
I am wondering to know about how to get snapshot from SupportMapFragment. I have no idea. Please help.
Thanks for your advance.
Deuteragonist asked 8/5, 2013 at 8:21
3
I have strange issue while using Two SupportMapFragment in two different Fragment in one Activity.
Actually my problem is let say In OneFragment i have SupprtMapFragment added and i add 10 Marker ...
Unashamed asked 8/4, 2014 at 19:11
3
Solved
So, I just read this question: How do I make a splash screen?
But instead of adding a fixed delay (like in the top answer), I wanted to keep the splash screen on while the MainActivity (with ...
Sunset asked 25/10, 2013 at 2:48
1
Solved
I have the following code:
public class Tab_Map extends SupportMapFragment {
View view;
SupportMapFragment gmap;
GoogleMap map;
@Override
public View onCreateView(LayoutInflater inflater, ViewGr...
Block asked 19/7, 2013 at 10:37
4
Solved
I am trying to use the new Google Play Services Lib and embbed Maps in side the Maps Fragment as below
PlaceMapsFragment.java
public class PlaceMapsFragment extends SupportMapFragment {
private ...
Scenario asked 7/12, 2012 at 13:41
1
I have a class extending the SupportMapFragment where i load some data from backend and display the Markers. I also have another fragment which i display the details corresponding to the selected m...
Counterbalance asked 30/1, 2013 at 19:43
4
Using 2 simple activities. First Activity which only holds a button to start the 2nd Activity which holds the map:
Main Activity:
public class MainActivity extends Activity {
@Override
protected...
Taboo asked 25/1, 2013 at 14:36
© 2022 - 2024 — McMap. All rights reserved.