Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pickup_map = pygmaps.maps(40.752928, -73.881528, 12) dropoff_map = pygmaps.maps(40.752928, -73.881528, 12)
我收到此错误:- 模块 'pygmaps' 没有属性 'maps'
据我了解,您的代码应如下所示:
import pygmaps pickup_map = pygmaps.pygmaps(40.752928, -73.881528, 12) dropoff_map = pygmaps.pygmaps(40.752928, -73.881528, 12)