{"id":206,"date":"2022-08-30T14:57:29","date_gmt":"2022-08-30T14:57:29","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/08\/17\/problem-about-google-maps-android-api-2-collection-of-common-programming-errors\/"},"modified":"2022-08-30T14:57:29","modified_gmt":"2022-08-30T14:57:29","slug":"problem-about-google-maps-android-api-2-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/problem-about-google-maps-android-api-2-collection-of-common-programming-errors\/","title":{"rendered":"problem about google-maps-android-api-2-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/08c8f150a01690cb7c6497d799b58314?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nHimanshu<br \/>\ngoogle-maps-android-api-2<br \/>\nI am creating an android application using google maps. here is the code:MapFragActivity.javaimport android.os.Bundle;import android.support.v4.app.FragmentActivity;import com.google.android.gms.maps.GoogleMap;import com.google.android.gms.maps.SupportMapFragment;public class MapFragActivity extends FragmentActivity {private GoogleMap map;@Overridepublic void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView(R.layout.activity_map_frag);map = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map)).getMap();}}AndroidManifest.xml:<\/li>\n<\/ul>\n<p id=\"rop\"><small>Originally posted 2013-08-17 01:49:49. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>Himanshu google-maps-android-api-2 I am creating an android application using google maps. here is the code:MapFragActivity.javaimport android.os.Bundle;import android.support.v4.app.FragmentActivity;import com.google.android.gms.maps.GoogleMap;import com.google.android.gms.maps.SupportMapFragment;public class MapFragActivity extends FragmentActivity {private GoogleMap map;@Overridepublic void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView(R.layout.activity_map_frag);map = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map)).getMap();}}AndroidManifest.xml: Originally posted 2013-08-17 01:49:49.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-206","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=206"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/206\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=206"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=206"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}