Get Your Google Maps API Key
- Go to the Google Maps platform page. You will be asked to log into your Google account if you are not already logged in. If you are already logged in, please make sure that you are logged into the correct account, you may click the "switch account" link to change accounts if needed.
- After you've logged into the correct account, click the Agree and Continue button.

- Select Individual under Payments profile, enter your payment details (credit / debit card, or bank account), enter your address, then click the Start Free button.

- Click the Copy Key button and send this API key to Tinyfrog for use in your project.

Google Maps API Console Billing Information
Some Google APIs charge for usage, and you need to enable billing before you can start using these APIs. Enabling billing for the APIs that your projects use also has other advantages:
- Some APIs allow free usage up to a courtesy usage limit, and in some cases this free limit is increased when you enable billing.
- For some APIs, more services are available after you enable billing. For example, when you enable billing for the Google Cloud Platform BigQuery APIs, you can create your own tables; if you do not enable billing, you're limited to existing datasets.
Billing is enabled at the project level, not the API level. If you enable billing for a project, then every billable API in that project is billed, based on the project's usage. All usage in a project is billed using the payment method that you specify, and you can change to a different method at any time. You cannot selectively enable billing for some APIs but not others; when you enable billing for a project, it applies to all the APIs that you used within that project, even if the API is currently disabled.
You are billed only for usage of billable APIs. For complete billing and usage rules for Google Cloud Platform, see Google Cloud Platform Pricing Details. For other Google API billing details, refer to the documentation for that API.
To enable billing for your project:
- Go to the API Console.
- From the projects list, select a project or create a new one.
- Open the console left side menu and select Billing
- Click Enable billing. (If billing is already enabled then this option isn't available.)
- If you don't have a billing account, create one.
- Select your location, fill out the form, and click Submit and enable billing.
After you enable billing, any requests to billable APIs beyond their free courtesy usage limits are billed, subject to the billing terms of each API.
For more information about billing, see Create, modify, or close your billing account. For information about enabling APIs, see Enable and disable APIs.
=======