How can I use Google Maps API to show me a full screen map with no sidebars or search bar? I just need it to show a specific location in a mobile app, users don’t need to search. Is this possible?
Also if I provide a street address how can it put a push-pin at the location?
Assuming you are planning to use the v3 API, you may want to check the following section of the documentation:
As for your second question, you can use Geocoding. Consider the following simple example:
Screenshot: