如何使用改造调用静态Google地图?

时间:2017-08-07 12:36:47

标签: android google-maps retrofit2 pojo

我正在尝试进行HTTP GET API调用,以便Static Google Map正确追加image view

以下教程介绍了如何使用http client method

进行操作

http://www.journaldev.com/10392/android-google-static-maps-example-tutorial

但是在使用retrofit时我需要一个pojo类吗?

如何在下面的链接中为pojo制作response

http://maps.google.com/maps/api/staticmap?center=%22%20+lati%20+%20%22,%22%20+%20longi%20+%20%22&zoom=15&size=200x200&sensor=false%22;%20Bitmap%20bmp%20=%20null;

或者如果没有pojo retrofit使用import React from 'react'; import { Router, Route } from 'react-router'; import createBrowserHistory from 'history/createBrowserHistory'; // route components import { HomePage } from '../Pages/HomePage.jsx'; import { LoginPage } from '../Pages/LoginPage.jsx'; const browserHistory = createBrowserHistory(); export const renderRoutes = () => ( <Router history={browserHistory}> <div> <Route exact path="/" component={HomePage}/> <Route exact path="/login" component={LoginPage}/> </div> </Router> ); ,有没有办法做到这一点。

我们拨打电话后得到的回复是根据以下投票帖子的位图。

How to display static google map on android imageview?

0 个答案:

没有答案